Apache Mesos
Static Public Attributes | List of all members
AtLeastOneIsSameOrConvertible< U, T, Ts... > Struct Template Reference

#include <traits.hpp>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

template<typename U , typename T , typename... Ts>
constexpr bool AtLeastOneIsSameOrConvertible< U, T, Ts... >::value
static
Initial value:
=
std::is_same<U, T>::value ||
std::is_convertible<U, T>::value ||

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