Function ctql::count_digits
Defined in File ct_string.inl
Function Documentation
-
consteval std::size_t ctql::count_digits(std::size_t n)
Count base-10 digits of a non-negative integer.
Note
consteval
: only usable in constant evaluation.
Defined in File ct_string.inl
Count base-10 digits of a non-negative integer.
Note
consteval
: only usable in constant evaluation.