libstdc++
utility File Reference

Go to the source code of this file.

Namespaces

namespace  std

Macros

#define _GLIBCXX_UTILITY

Functions

template<std::size_t _Int, class _Tp1 , class _Tp2 >
constexpr tuple_element< _Int,
std::pair< _Tp1, _Tp2 >
>::type & 
std::get (std::pair< _Tp1, _Tp2 > &__in) noexcept
template<std::size_t _Int, class _Tp1 , class _Tp2 >
constexpr tuple_element< _Int,
std::pair< _Tp1, _Tp2 >
>::type && 
std::get (std::pair< _Tp1, _Tp2 > &&__in) noexcept
template<std::size_t _Int, class _Tp1 , class _Tp2 >
constexpr const tuple_element
< _Int, std::pair< _Tp1, _Tp2 >
>::type & 
std::get (const std::pair< _Tp1, _Tp2 > &__in) noexcept

Detailed Description

This is a Standard C++ Library header.

Definition in file utility.