QUGaR 0.0.4
Loading...
Searching...
No Matches
qugar::Is2Dor3D Concept Reference

Checks if the given dimension is 2 or 3. More...

#include <concepts.hpp>

Concept definition

template<int dim, int dim_aux>
concept qugar::Is2Dor3D = dim == dim_aux && (dim == 2 || dim == 3)
Checks if the given dimension is 2 or 3.
Definition concepts.hpp:15

Detailed Description

Checks if the given dimension is 2 or 3.