repr 0.1
Reconstructable string representations and more
|
#include <cstddef>
#include <string>
#include <string_view>
#include <type_traits>
#include <librepr/util/collections/list.h>
#include <librepr/util/collections/reftuple.h>
#include <librepr/util/concepts.h>
#include <librepr/name/member.h>
#include <librepr/customization.h>
#include <librepr/customization/reflection.h>
#include "category.h"
#include "detail/arity.h"
#include "detail/to_reftuple.h"
Go to the source code of this file.
Classes | |
struct | librepr::category::DataMember< Member, Parent, Index > |
struct | librepr::Reflect< T > |
Namespaces | |
namespace | librepr |
namespace | librepr::category |
Concepts | |
concept | librepr::reflect_names |