repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
category.h File Reference
#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>
Include dependency graph for category.h:
This graph shows which files directly or indirectly include this file:

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 > >