Visual Computing Library
Loading...
Searching...
No Matches
vcl::mesh::IsElementContainerPred< T > Struct Template Reference

The predicate IsElementContainerPred sets its bool value to true when the type T satisfies the ElementContainerConcept concept. More...

#include <vclib/types/mesh_containers.h>

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T>
struct vcl::mesh::IsElementContainerPred< T >

The predicate IsElementContainerPred sets its bool value to true when the type T satisfies the ElementContainerConcept concept.

Member Data Documentation

◆ value

template<typename T >
const bool vcl::mesh::IsElementContainerPred< T >::value
static
Initial value:
=
std::is_base_of<ElementContainerTriggerer, RemoveRef<T>>::value

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