repr 0.1
Reconstructable string representations and more
|
Go to the source code of this file.
Namespaces | |
namespace | librepr |
namespace | librepr::detail |
Concepts | |
concept | librepr::detail::string_like |
Functions | |
template<std::size_t N> | |
constexpr std::size_t | librepr::detail::strsize (const char(&)[N]) |
constexpr std::size_t | librepr::detail::strsize (const char *str) |
template<string_like T> | |
constexpr std::size_t | librepr::detail::strsize (T &&t) |