Template Numerical Library version\ main:f17d0c8
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
TNL::Meshes::Topologies::IsDynamicTopology< Topology, D > Struct Template Reference

Type trait for checking if Topology has at least one missing Subtopology< Topology, D > >count for all D from Topology::dimension - 1 to 0. More...

#include <TNL/Meshes/Topologies/IsDynamicTopology.h>

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Topology, int D = Topology::dimension>
struct TNL::Meshes::Topologies::IsDynamicTopology< Topology, D >

Type trait for checking if Topology has at least one missing Subtopology< Topology, D > >count for all D from Topology::dimension - 1 to 0.

Member Data Documentation

◆ value

template<typename Topology , int D = Topology::dimension>
constexpr bool TNL::Meshes::Topologies::IsDynamicTopology< Topology, D >::value
staticconstexpr
Initial value:
=
! HasCountMember< Subtopology< Topology, D - 1 > >::value || IsDynamicTopology< Topology, D - 1 >::value

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