repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
enum.h File Reference
#include <string>
#include <type_traits>
#include <librepr/feature.h>
#include <librepr/enum/reflect.h>
#include <librepr/macro/default.h>
Include dependency graph for repr/enum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  librepr
 

Functions

template<typename T >
requires std::is_enum_v<T>
std::string librepr::repr (T const &obj)