repr 0.1
Reconstructable string representations and more
|
#include <cstddef>
#include <string_view>
#include <librepr/macro/platform.h>
#include <librepr/macro/warning.h>
#include <librepr/util/string/const_string.h>
Go to the source code of this file.
Namespaces | |
namespace | librepr |
namespace | librepr::ctvi |
namespace | librepr::ctvi::detail |
Functions | |
template<auto V> | |
constexpr auto | librepr::ctvi::detail::get_ctvi () noexcept |
template<typename T , auto M> | |
constexpr auto | librepr::ctvi::detail::name_from_subobject () |
template<auto P> | |
consteval auto | librepr::ctvi::detail::name_from_member_ptr () |
Variables | |
template<auto V> | |
constexpr auto | librepr::ctvi::value = detail::get_ctvi<V>() |