iceoryx_doc  1.0.1
Static Public Attributes | List of all members
iox::cxx::internal::does_contain_type< TypeToCheck, T, Targs > Struct Template Reference

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename TypeToCheck , typename T , typename... Targs>
constexpr bool iox::cxx::internal::does_contain_type< TypeToCheck, T, Targs >::value
staticconstexpr
Initial value:
=
std::is_same<TypeToCheck, T>::value || does_contain_type<TypeToCheck, Targs...>::value

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