VCTR
Loading...
Searching...
No Matches
vctr::is::disabledConstant Concept Reference

Constrains a type to be of the type DisabledConstant. More...

Concept definition

template<class T>
concept vctr::is::disabledConstant = std::same_as<DisabledConstant, T>
Constrains a type to be of the type DisabledConstant.
Definition: NumericTypeConcepts.h:91

Detailed Description

Constrains a type to be of the type DisabledConstant.