uvcc
libuv C++ bindings

Checks if a type _T_ belongs to a type list _Ts_. More...

#include "utility.hpp"

Detailed Description

template<typename _T_, typename... _Ts_>
struct uv::is_one_of< _T_, _Ts_ >

Checks if a type _T_ belongs to a type list _Ts_.

Provides the constexpr value that is equal to the index of the given type _T_ in the type list _Ts_ starting from 1 up to sizeof...(_Ts_) or 0 otherwise.

Definition at line 92 of file utility.hpp.


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