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

A concept that checks whether a type T (that should be a Face Element) has the TriangleBitFlags component (inherits from it). More...

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

Concept definition

template<typename T>
TB::IsDerivedFromSpecializationOfV<T, TriangleBitFlags>
A concept that checks whether a type T (that should be a Face Element) has the TriangleBitFlags compo...
Definition bit_flags.h:69

Detailed Description

A concept that checks whether a type T (that should be a Face Element) has the TriangleBitFlags component (inherits from it).

The concept is satisfied if T is a class that inherits from vcl::comp::TriangleBitFlags, with any template arguments.

Template Parameters
TThe type to be tested for conformity to the HasTriangleBitFlags.