Utopia  2
Framework for studying models of complex & adaptive systems.
Static Public Attributes | List of all members
Utopia::is_cell_manager< M > Struct Template Reference

Metafunction to determine whether a Manager is a CellManager. More...

#include <select.hh>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<class M>
struct Utopia::is_cell_manager< M >

Metafunction to determine whether a Manager is a CellManager.

Note
Relies on export of the traits type by Entity.

Member Data Documentation

◆ value

template<class M >
constexpr bool Utopia::is_cell_manager< M >::value
staticconstexpr
Initial value:
=
std::is_same_v<Cell<typename M::Entity::Traits>,
typename M::Entity>

The documentation for this struct was generated from the following file: