repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
util.h File Reference
#include <cstddef>
#include <concepts>
#include <string>
Include dependency graph for util/string/util.h:
This graph shows which files directly or indirectly include this file:

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)