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

Typedefs

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

Functions

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

Typedef Documentation

◆ BitsetType

using maia::post::cell::BitsetType = typedef std::bitset<p(PostCell::NumProperties)>

Definition at line 29 of file postcellproperties.h.

Function Documentation

◆ p()

constexpr std::underlying_type< PostCell >::type maia::post::cell::p ( const PostCell  property)
constexpr

Definition at line 25 of file postcellproperties.h.

25 {
26 return static_cast<std::underlying_type<PostCell>::type>(property);
27}