157NLOHMANN_JSON_SERIALIZE_ENUM(
NodeType, {
239 template <
typename FormatContext>
248 static constexpr bool value = ((T == Ts) || ...);
TimeSeries< bool > TimeSeriesb
TimeSeries convenience typedefs.
TimeSeries< float > TimeSeriesf
TimeSeries< int > TimeSeriesi
< nsga2 selection operator for getting the front
std::underlying_type_t< NodeType > UnderlyingNodeType
constexpr auto operator|(NodeType lhs, NodeType rhs) -> NodeType
constexpr auto operator~(NodeType lhs) -> NodeType
auto operator|=(NodeType &lhs, NodeType rhs) -> NodeType &
constexpr auto operator^(NodeType lhs, NodeType rhs) -> NodeType
auto operator&=(NodeType &lhs, NodeType rhs) -> NodeType &
std::map< std::string, NodeType > NodeNameType
auto operator^=(NodeType &lhs, NodeType rhs) -> NodeType &
constexpr auto operator&(NodeType lhs, NodeType rhs) -> NodeType
std::map< NodeType, std::string > NodeTypeName
static constexpr bool is_in_v
static constexpr bool NaryOp
static constexpr bool UnaryOp
static constexpr bool AssociativeBinaryOp
static constexpr bool BinaryOp
static constexpr size_t Count
static auto GetIndex(NodeType type) -> size_t
static constexpr size_t OpCount
static constexpr bool value