Skip to content

iox::cxx::internal::does_contain_type< TypeToCheck, T >🔗

More...

Public Attributes🔗

Name
constexpr bool value

Detailed Description🔗

template <typename TypeToCheck ,
typename T >
struct iox::cxx::internal::does_contain_type< TypeToCheck, T >;

Public Attributes Documentation🔗

variable value🔗

static constexpr bool value = std::is_same<TypeToCheck, T>::value;

Updated on 26 April 2021 at 15:31:01 CEST