Typedef legion::core::doesnt_inherit_from

Typedef Documentation

template<typename derived_type, typename base_type>
using legion::core::doesnt_inherit_from = typename std::enable_if<!std::is_base_of<base_type, derived_type>::value, int>::type