Loading...
Searching...
No Matches
Namespaces | Functions
to_string_literal.h File Reference

convert other types to a string literal. More...

#include <concepts>
#include <cmath>
#include "util/string_literal.h"

Go to the source code of this file.

Namespaces

namespace  bbm
 

Functions

template<auto N, int base = 10>
requires std::integral<decltype(N)> && (base <= 16)
constexpr auto to_string_literal (void)
 convert integrals to string_literal
 

Detailed Description

convert other types to a string literal.