Class helper macros and templates
Namespaces | |
maxon | |
maxon::details | |
Typedefs | |
template<typename... BASES> | |
using | NonEmptyBases = typename maxon::details::NonEmptyBasesHelper< typename std::conditional< STD_IS_REPLACEMENT(empty, BASES), EmptyClass, BASES >::type... >::type |