|
di 0.1.0
|
Go to the source code of this file.
Classes | |
| struct | di::meta::Constexpr< val, T > |
| A wrapper for a constexpr value. More... | |
| struct | di::Constexpr< val, T > |
| A wrapper for a constexpr value. More... | |
Namespaces | |
| namespace | di |
| namespace | di::meta |
| namespace | di::concepts |
Concepts | |
| concept | di::concepts::Constexpr |
| Checks if T is a Constexpr instance. | |
| concept | di::concepts::ConstexprOf |
| Checks if T is a Constexpr instance with value U. | |
Variables | |
| template<auto val> | |
| constexpr auto | di::meta::c_ = Constexpr<val> {} |
| A value of type Constexpr<val>. | |
| template<auto val> | |
| constexpr auto | di::c_ |
| A value of type Constexpr<val>. | |