ElementContainerConcept is a concept satisfied when the type T is an Element Container.
More...
#include <vclib/concepts/mesh/containers/element_container.h>
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
ElementContainerConcept is a concept satisfied when the type T is an Element Container.