MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::fc::cell Namespace Reference

Typedefs

using BitsetType = std::bitset< p(FcCell::NumProperties)>
 

Functions

constexpr std::underlying_type< FcCell >::type p (const FcCell property)
 Converts property name to underlying integer value. More...
 

Typedef Documentation

◆ BitsetType

using maia::fc::cell::BitsetType = typedef std::bitset<p(FcCell::NumProperties)>

Definition at line 36 of file fccellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< FcCell >::type maia::fc::cell::p ( const FcCell  property)
constexpr

Definition at line 32 of file fccellproperties.h.

32 {
33 return static_cast<std::underlying_type<FcCell>::type>(property);
34}