repr 0.1
Reconstructable string representations and more
|
#include <utility>
Go to the source code of this file.
Classes | |
struct | librepr::Wrap< T > |
struct | librepr::Constant< V, T > |
Namespaces | |
namespace | librepr |
namespace | librepr::detail |
Concepts | |
concept | librepr::detail::ref_convertible_to |
Functions | |
template<typename T > | |
librepr::Wrap (T) -> Wrap< T > | |
template<class U > | |
constexpr U & | librepr::detail::convert_ref (U &ref) noexcept |
template<class U > | |
void | librepr::detail::convert_ref (U &&)=delete |
Variables | |
template<auto V> | |
constexpr Constant< V > | librepr::constant {} |
template<typename T > | |
const Wrap< T > | librepr::detail::fake_obj |