Template Function ctql::to_ct_string

Function Documentation

template<std::size_t N>
consteval auto ctql::to_ct_string()

Render a non-type template argument N to a decimal ct_string.

Template Parameters:

N – The non-negative integer to render.

Returns:

ct_string<digits(N)> with characters ‘0..’9’and a trailing’@0’`.