nkr
A C++20 library with a custom meta-programming language.
Concepts | Classes
nkr::constant_t Identity

The entity group that forms the identity of nkr::constant_t. More...

Concepts

concept  nkr::constant_tr
 The identity type trait for nkr::constant_t.
 
concept  nkr::constant_ttr
 The identity template trait for nkr::constant_t.
 
concept  nkr::constant_of_tr
 The identity inner type trait for nkr::constant_t.
 

Classes

class  nkr::constant_t< type_p, value_p >
 Represents an immutable literal value in a compile-time or run-time context. More...
 
class  nkr::constant_tg
 The identity type tag for nkr::constant_t. More...
 
class  nkr::constant_ttg<... >
 The identity template tag for nkr::constant_t. More...
 

Detailed Description

The entity group that forms the identity of nkr::constant_t.