7#ifndef LPTCELLPROPERTIES_H_
8#define LPTCELLPROPERTIES_H_
22constexpr std::underlying_type<LptCell>::type
p(
const LptCell property) {
23 return static_cast<std::underlying_type<LptCell>::type
>(property);
LptCell
Lpt cell Property Labels.
constexpr std::underlying_type< LptCell >::type p(const LptCell property)
Converts property name to underlying integer value.
std::bitset< p(LptCell::NumProperties)> BitsetType
Namespace for auxiliary functions/classes.