libstdc++
|
Go to the source code of this file.
Classes | |
struct | std::integer_sequence< _Tp, _Idx > |
Namespaces | |
std | |
Macros | |
#define | __cpp_lib_integer_sequence |
#define | __cpp_lib_tuple_element_t |
Typedefs | |
template<typename _Tp , typename _Up = typename remove_cv<_Tp>::type, typename = typename enable_if<is_same<_Tp, _Up>::value>::type, size_t = tuple_size<_Tp>::value> | |
using | std::__enable_if_has_tuple_size = _Tp |
template<typename _Tp > | |
using | std::__is_in_place_type = bool_constant< __is_in_place_type_v< _Tp > > |
template<size_t __i, typename _Tp > | |
using | std::__tuple_element_t = typename tuple_element< __i, _Tp >::type |
template<size_t... _Idx> | |
using | std::index_sequence = integer_sequence< size_t, _Idx... > |
template<typename... _Types> | |
using | std::index_sequence_for = make_index_sequence< sizeof...(_Types)> |
template<size_t _Num> | |
using | std::make_index_sequence = make_integer_sequence< size_t, _Num > |
template<typename _Tp , _Tp _Num> | |
using | std::make_integer_sequence = __make_integer_seq< integer_sequence, _Tp, _Num > |
template<size_t __i, typename _Tp > | |
using | std::tuple_element_t = typename tuple_element< __i, _Tp >::type |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <utility>.
This file contains the parts of <utility>
needed by other headers, so they don't need to include the whole of <utility>
.
Definition in file utility.h.