template<typename SRC, typename TAR>
struct util::anonymous_namespace{access-casted.hpp}::can_use_dynamic_downcast< SRC, TAR >
Definition at line 93 of file access-casted.hpp.
|
static constexpr bool | value |
|
◆ value
Initial value:= !std::is_convertible<SRC,TAR>::value
&& can_downcast<SRC,TAR>::value
&& has_RTTI<SRC>::value
&& has_RTTI<TAR>::value
Definition at line 95 of file access-casted.hpp.
The documentation for this struct was generated from the following file: