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

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 Ulibrepr::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