About
Quickstart
Libraries and API
Examples
Using the Server
Developers
Defined in File traits.hpp
public std::disjunction< std::is_same< T, Ts >... >
Similar to std::is_same, returns true if T is any of the types in the variadic expression.
T – base type to check
Ts – list of types to compare against