libstdc++
inplace_tags.h File Reference

Go to the source code of this file.

Namespaces

namespace  std

Variables

template<typename>
constexpr bool std::__is_in_place_index_v
template<size_t _Nm>
constexpr bool std::__is_in_place_index_v< in_place_index_t< _Nm > >
template<typename>
constexpr bool std::__is_in_place_type_v
template<typename _Tp>
constexpr bool std::__is_in_place_type_v< in_place_type_t< _Tp > >
constexpr in_place_t std::in_place
template<size_t _Idx>
constexpr in_place_index_t< _Idx > std::in_place_index
template<typename _Tp>
constexpr in_place_type_t< _Tp > std::in_place_type

Detailed Description

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 inplace_tags.h.