Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::traits::exists< Ts, Us > Struct Template Reference

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> || ...)

Detailed Description

template<typename Ts, typename... Us>
struct circus::traits::exists< Ts, Us >

Checks if a type Ts exists among a variadic list of types Us.


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