Iros
 
Loading...
Searching...
No Matches
di::concepts::ConstexprOf Concept Reference

Checks if T is a Constexpr instance with value U. More...

#include <di/meta/constexpr.h>

Concept definition

template<typename T, typename U>
Checks if T is a Constexpr instance with value U.
Definition constexpr.h:279
Checks if T is a Constexpr instance.
Definition constexpr.h:270
Definition core.h:114

Detailed Description

Checks if T is a Constexpr instance with value U.

Template Parameters
TThe type to check.
UThe value to check.
See also
Constexpr