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