refl-cpp
refl::trait::is_proxy< T > Struct Template Reference

#include <refl.hpp>

Static Public Attributes

static constexpr bool value { !std::is_reference_v<T> && decltype(test(std::declval<remove_qualifiers_t<T>*>()))::value }
 

Member Data Documentation

◆ value

template<typename T >
constexpr bool refl::trait::is_proxy< T >::value { !std::is_reference_v<T> && decltype(test(std::declval<remove_qualifiers_t<T>*>()))::value }
staticconstexpr

The documentation for this struct was generated from the following file: