repr 0.1
Reconstructable string representations and more
|
#include <cstddef>
#include <sstream>
#include <string>
#include <string_view>
#include <type_traits>
#include <typeinfo>
#include <utility>
#include <librepr/macro/format.h>
#include <librepr/macro/default.h>
#include <librepr/util/collections/list.h>
#include "ctti.h"
#include "rtti.h"
Go to the source code of this file.
Classes | |
struct | librepr::detail::TemplateInfo< T > |
struct | librepr::detail::TemplateInfo< U< Ts... > > |
Namespaces | |
namespace | librepr |
namespace | librepr::detail |
Functions | |
template<typename T > | |
std::string | librepr::get_name () |
template<typename T > | |
char const * | librepr::get_mangled_name () |