template<typename SRC, typename TAR>
struct util::anonymous_namespace{access-casted.hpp}::can_take_address< SRC, TAR >
Definition at line 107 of file access-casted.hpp.
|
static constexpr bool | value |
|
◆ value
Initial value:= !std::is_rvalue_reference<SRC>::value
&& !std::is_pointer<typename remove_reference<SRC>::type>::value
&& std::is_pointer<typename remove_reference<TAR>::type>::value
Definition at line 109 of file access-casted.hpp.
The documentation for this struct was generated from the following file: