repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
reflect.h File Reference
#include <string>
#include "category.h"
#include "aggregate.h"
#include "array.h"
#include "enum.h"
#include "init_list.h"
#include "pair.h"
#include "variant.h"
#include "custom.h"
Include dependency graph for reflection/reflect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  librepr::Reflect< T >
 
struct  librepr::Reflect< char const * >
 

Namespaces

namespace  librepr
 

Typedefs

template<typename T >
using librepr::reflect = Reflect< T >
 

Functions

template<typename T >
 librepr::Reflect (T &) -> Reflect< T >