Circus 0.0.1-alpha
C++ Serialization Framework
|
Checks if a type Ts exists among a variadic list of types Us. More...
#include <circus_traits.hpp>
Static Public Attributes | |
static constexpr bool | value = (std::is_same_v<Ts, Us> || ...) |
Checks if a type Ts exists among a variadic list of types Us.