Visual Computing Library
Loading...
Searching...
No Matches
vcl::comp::HasOptionalMark Concept Reference

HasOptionalMark concept is satisfied only if a class satisfies the vcl::comp::HasMark concept and and the static boolean constant IS_OPTIONAL is set to true. More...

#include <vclib/concepts/mesh/components/mark.h>

Concept definition

template<typename T>
HasMark concept is satisfied only if a Element/Mesh class provides the types and member functions spe...
Definition mark.h:47
HasOptionalMark concept is satisfied only if a class satisfies the vcl::comp::HasMark concept and and...
Definition mark.h:66
Evaluates to true if the type T is a component that is stored vertically in its element container,...
Definition component.h:72

Detailed Description

HasOptionalMark concept is satisfied only if a class satisfies the vcl::comp::HasMark concept and and the static boolean constant IS_OPTIONAL is set to true.