|
repr 0.1
Reconstructable string representations and more
|
#include <concepts>#include <cstddef>#include <string_view>#include <type_traits>#include <utility>#include <librepr/macro/util.h>#include <librepr/name/type.h>#include <librepr/util/util.h>Go to the source code of this file.
Classes | |
| struct | librepr::category::Value< T > |
| struct | librepr::category::Type< T > |
Namespaces | |
| namespace | librepr |
| namespace | librepr::category |
Concepts | |
| concept | librepr::category::has_name |
| concept | librepr::category::has_parent |
| concept | librepr::category::has_members |
| concept | librepr::category::has_extent |
| concept | librepr::category::has_alternatives |
| concept | librepr::category::has_enumerator_names |
| concept | librepr::category::has_value |
| concept | librepr::category::can_descend |
| concept | librepr::category::is_iterable |
Functions | |
| template<class T > | |
| librepr::category::Value (T &) -> Value< Reflect< T > > | |