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

Typedefs

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

Functions

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

Typedef Documentation

◆ BitsetType

using maia::lpt::cell::BitsetType = typedef std::bitset<p(LptCell::NumProperties)>

Definition at line 26 of file lptcellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< LptCell >::type maia::lpt::cell::p ( const LptCell  property)
constexpr

Definition at line 22 of file lptcellproperties.h.

22 {
23 return static_cast<std::underlying_type<LptCell>::type>(property);
24}