refl-cpp
Static Public Attributes
|
List of all members
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 }
static
constexpr
The documentation for this struct was generated from the following file:
include/
refl.hpp
refl
trait
is_proxy
Generated by
1.8.17