Sequoia
|
Public Member Functions | |
constexpr | explicit (!(std::convertible_to< const Ts &, Ts > &&...)) mem_ordered_tuple(const Ts &... ts) |
Friends | |
auto constexpr | operator<=> (const mem_ordered_tuple &, const mem_ordered_tuple &) noexcept=default |
template<std::size_t I, class... Us> | |
constexpr mem_ordered_tuple_element_t< I, mem_ordered_tuple< Us... > > & | get (mem_ordered_tuple< Us... > &) noexcept |
template<std::size_t I, class... Us> | |
constexpr mem_ordered_tuple_element_t< I, mem_ordered_tuple< Us... > > const & | get (mem_ordered_tuple< Us... > const &) noexcept |
template<std::size_t I, class... Us> | |
constexpr mem_ordered_tuple_element_t< I, mem_ordered_tuple< Us... > > && | get (mem_ordered_tuple< Us... > &&) noexcept |
template<std::size_t I, class... Us> | |
constexpr mem_ordered_tuple_element_t< I, mem_ordered_tuple< Us... > > const && | get (mem_ordered_tuple< Us... > const &&) noexcept |