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

Typedefs

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

Functions

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

Typedef Documentation

◆ BitsetType

using maia::lb::cell::BitsetType = typedef std::bitset<p(LbCell::NumProperties)>

Definition at line 43 of file lbcellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< LbCell >::type maia::lb::cell::p ( const LbCell  property)
constexpr

Definition at line 39 of file lbcellproperties.h.

39 {
40 return static_cast<std::underlying_type<LbCell>::type>(property);
41}