Struct as_void_t
Synopsis
#include <src/entt/meta/policy.hpp>
struct as_void_t
Description
Empty class type used to request the as void policy.
Mentioned in
- Runtime Reflection System / Policies: the more, the less
Source
Lines 51-62 in src/entt/meta/policy.hpp.
struct as_void_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
*/
};