Home
last modified time | relevance | path

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

/third_party/boost/boost/hana/
Dbasic_tuple.hpp80 struct basic_tuple final struct
83 using Base = detail::basic_tuple_impl<std::make_index_sequence<sizeof...(Xn)>, Xn...>; argument
91 constexpr basic_tuple(Other&& other) in basic_tuple() function
96 explicit constexpr basic_tuple(Yn&& ...yn) in basic_tuple() argument