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

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

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

Concept definition

template<typename T>
ITB::IsDerivedFromSpecializationOfV<T, PolygonBitFlags>
A concept that checks whether a type T (that should be a Face Element) has the PolygonBitFlags compon...
Definition bit_flags.h:54

Detailed Description

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

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

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