75template<
typename T,
typename VariantT>
78template<
typename T,
typename... VariantClassesT>
80 : std::disjunction<std::is_same<std::decay_t<T>, VariantClassesT>...>
105template<
typename T,
typename VariantT>
Always evaluates to false, regardless of the type.
Checks whether a type T is one of the types in a std::variant.
Core type definitions for networking, time handling, and protocol values used throughout the irsol li...