Variable t8_mesh_handle::T8MeshType
Defined in File concepts.hxx
Variable Documentation
- template<typename TType> concept t8_mesh_handle::T8MeshType = requires { typename TType::mesh_tag; }
Concept to restrict types to t8_mesh_handle::mesh class instantiations.
- Template Parameters:
TType – Type that should be checked.