repr 0.1
Reconstructable string representations and more
|
#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"
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 > | |