Tomographer  v5.2
Tomographer C++ Framework Documentation
Tomographer::Tools::NeedOwnOperatorNew< Type1, Type2, OtherTypes... > Struct Template Reference

Public Types

typedef tomo_internal::need_own_operator_new_combination_helper< std::is_same< typename NeedOwnOperatorNew< Type1 >::ProviderType, typename NeedOwnOperatorNew< Type2 >::ProviderType >::value, std::is_same< typename NeedOwnOperatorNew< Type1 >::ProviderType, NoSpecialOperatorNewProvider >::value, std::is_same< typename NeedOwnOperatorNew< Type2 >::ProviderType, NoSpecialOperatorNewProvider >::value, Type1, Type2, OtherTypes... > ProviderType
 

Detailed Description

template<typename Type1, typename Type2, typename... OtherTypes>
struct Tomographer::Tools::NeedOwnOperatorNew< Type1, Type2, OtherTypes... >

Definition at line 217 of file needownoperatornew.h.


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