Struct as_cref_t
Synopsis
#include <src/entt/meta/policy.hpp>
struct as_cref_t
Description
Empty class type used to request the as cref policy.
Mentioned in
- Runtime Reflection System / Policies: the more, the less
Source
Lines 23-34 in src/entt/meta/policy.hpp.
struct as_cref_t {
/**
* @cond TURN_OFF_DOXYGEN
* Internal details not to be documented.
*/
template<typename Type>
static constexpr bool value = std::is_reference_v<Type>;
/**
* Internal details not to be documented.
* @endcond
*/
};