uvcc
libuv C++ bindings
uv::type_at< _index_, _Ts_ > Struct Template Reference

Provides a typedef member type equal to the type from the type list _Ts_ at index _index_. The index should start from 1 up to sizeof...(_Ts_). More...

#include "utility.hpp"

Detailed Description

template<std::size_t _index_, typename... _Ts_>
struct uv::type_at< _index_, _Ts_ >

Provides a typedef member type equal to the type from the type list _Ts_ at index _index_. The index should start from 1 up to sizeof...(_Ts_).

Definition at line 132 of file utility.hpp.


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