Visual Computing Library
Loading...
Searching...
No Matches
vcl::mesh::ElementContainerConcept Concept Reference

ElementContainerConcept is a concept satisfied when the type T is an Element Container. More...

#include <vclib/concepts/mesh/containers/element_container.h>

Concept definition

template<typename T>
IsElementContainerPred<T>::value && requires (T&& obj) {
typename RemoveRef<T>::ElementType;
typename RemoveRef<T>::ParentMeshType;
{ obj.ELEMENT_ID } -> std::same_as<const uint&>;
}
ElementContainerConcept is a concept satisfied when the type T is an Element Container.
Definition element_container.h:36

Detailed Description

ElementContainerConcept is a concept satisfied when the type T is an Element Container.