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

Typedefs

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

Functions

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

Typedef Documentation

◆ BitsetType

using maia::lpt::baseProperty::BitsetType = typedef std::bitset<p(LptBaseProperty::NumProperties)>

Definition at line 40 of file lptbaseproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< LptBaseProperty >::type maia::lpt::baseProperty::p ( const LptBaseProperty  property)
constexpr

Definition at line 36 of file lptbaseproperties.h.

36 {
37 return static_cast<std::underlying_type<LptBaseProperty>::type>(property);
38}