Go to the source code of this file.
This is a TS C++ Library header.
Definition in file experimental/tuple.
◆ __cpp_lib_experimental_tuple
#define __cpp_lib_experimental_tuple |
◆ _GLIBCXX_EXPERIMENTAL_TUPLE
#define _GLIBCXX_EXPERIMENTAL_TUPLE |
◆ __apply_impl()
template<typename _Fn , typename _Tuple , std::size_t... _Idx>
constexpr decltype(auto) std::experimental::fundamentals_v1::__apply_impl |
( |
_Fn && |
__f, |
|
|
_Tuple && |
__t, |
|
|
std::index_sequence< _Idx... > |
|
|
) |
| |
|
constexpr |
◆ apply()
template<typename _Fn , typename _Tuple >
constexpr decltype(auto) std::experimental::fundamentals_v1::apply |
( |
_Fn && |
__f, |
|
|
_Tuple && |
__t |
|
) |
| |
|
constexpr |
◆ tuple_size_v
template<typename _Tp >
constexpr size_t std::experimental::fundamentals_v1::tuple_size_v |
|
constexpr |