#include <tuple.hpp>
Public Types | |
template<std::size_t N> | |
using | element_type = typename _nth_type< N, T... >::type |
Public Member Functions | |
template<std::size_t N> | |
constexpr decltype(auto) | get () const noexcept |
template<std::size_t N> | |
constexpr decltype(auto) | get () noexcept |
constexpr | tuple ()=default |
template<typename... Args> | |
constexpr | tuple (Args &&... args) |
Static Public Member Functions | |
static constexpr auto | index_sequence () |
using lexy::_detail::tuple< T >::element_type = typename _nth_type<N, T...>::type |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinestaticconstexpr |