Home
last modified time | relevance | path

Searched defs:tuple_element_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/beast/core/detail/
Dtuple.hpp25 struct tuple_element_impl struct
27 T t;
29 tuple_element_impl(T const& t_) in tuple_element_impl() argument
34 tuple_element_impl(T&& t_) in tuple_element_impl() function
41 struct tuple_element_impl<I, T&> struct
43 T& t;
45 tuple_element_impl(T& t_) in tuple_element_impl() argument
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dtuple.hpp25 struct tuple_element_impl struct
27 T t;
29 tuple_element_impl(T const& t_) in tuple_element_impl() argument
34 tuple_element_impl(T&& t_) in tuple_element_impl() function
41 struct tuple_element_impl<I, T&> struct
43 T& t;
45 tuple_element_impl(T& t_) in tuple_element_impl() argument