Lumiera  0.pre.03
»edit your freedom«
can_use_dynamic_downcast< SRC, TAR > Struct Template Reference

Description

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 Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

constexpr bool value
static
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.

+ Collaboration diagram for can_use_dynamic_downcast< SRC, TAR >:

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