repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
repr File Reference
Include dependency graph for repr:

Go to the source code of this file.

Classes

struct  librepr::ReprWrapper
 

Namespaces

namespace  librepr
 

Enumerations

enum class  librepr::Language { librepr::CPP , librepr::Python }
 

Functions

template<typename T , Language language = Language::CPP>
std::string librepr::code_for ()
 
template<typename T >
std::string librepr::layout_of ()
 

Variables

constexpr ::librepr::ReprWrapper repr {}
 
template<typename T >
constexpr ::librepr::TypeName< T > nameof {}
 

Variable Documentation

◆ nameof

template<typename T >
constexpr ::librepr::TypeName<T> nameof {}
inline

◆ repr

constexpr ::librepr::ReprWrapper repr {}
inline

Returns a reconstructable string representation of the given object.