nkr
A C++20 library with a custom meta-programming language.
nkr::constant_ttr Concept Reference

The identity template trait for nkr::constant_t. More...

Concept definition

template<template< typename inner_p, inner_p value_p > typename template_p>
nkr::cpp::is_any_tr<template_p<nkr::boolean::cpp_t, false>, constant_t<nkr::boolean::cpp_t, false>>
Represents an immutable literal value in a compile-time or run-time context.
Definition: constant_t_dec.h:243
The identity template trait for nkr::constant_t.
Definition: constant_t_dec.h:35

Detailed Description

The identity template trait for nkr::constant_t.

Note
nkr::constant_ttr is an entity of the nkr::constant_t Identity.