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

Checks if the given dimension is 1. More...

#include <concepts.hpp>

Concept definition

template<int dim, int dim_aux>
concept qugar::Is1D = dim == dim_aux && dim == 1
Checks if the given dimension is 1.
Definition concepts.hpp:19

Detailed Description

Checks if the given dimension is 1.