di 0.1.0
|
#include "di/container/string/fixed_string.h"
#include "di/meta/core.h"
#include "di/reflect/enumerator.h"
#include "di/reflect/field.h"
#include "di/reflect/reflect.h"
#include "di/vocab/pointer/box.h"
Go to the source code of this file.
Namespaces | |
namespace | di |
namespace | di::reflection |
Variables | |
template<concepts::Reflectable T, typename M = Reflect<T>> | |
constexpr auto | di::reflection::type_name = detail::TypeName<meta::RemoveCVRef<T>, M>::name |
template<concepts::Reflectable T, typename M = Reflect<T>> | |
constexpr auto | di::type_name |