repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::ReprWrapper Struct Reference

#include <repr>

Public Member Functions

template<typename T >
std::string operator() (T const &obj, Options options={}) const
 

Detailed Description

Niebloid helper class

Member Function Documentation

◆ operator()()

template<typename T >
std::string librepr::ReprWrapper::operator() ( T const obj,
Options  options = {} 
) const
inline

Returns a reconstructible string representation of the given object.

Template Parameters
T
Parameters
objThe object to inspect
optionsOptional printing Options
Returns
std::string

The documentation for this struct was generated from the following file: