dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::utils::declares Concept Referenceexport
module dxx.utils

Checks if the type was used to declare a certain value. More...

Concept definition

template<typename T, auto val>
concept declares = std::same_as<T, decltype(val)>
Checks if the type was used to declare a certain value.
Definition traits.xx:68

Detailed Description

Checks if the type was used to declare a certain value.