|
template<std::size_t _Ind, typename... _Tp> |
auto | std::__volget (const volatile tuple< _Tp... > &__tuple) -> __tuple_element_t< _Ind, tuple< _Tp... > > const volatile & |
|
template<std::size_t _Ind, typename... _Tp> |
auto | std::__volget (volatile tuple< _Tp... > &__tuple) -> __tuple_element_t< _Ind, tuple< _Tp... > > volatile & |
|
template<typename _Func , typename... _BoundArgs> |
_Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type | std::bind (_Func &&__f, _BoundArgs &&... __args) |
|
template<typename _Result , typename _Func , typename... _BoundArgs> |
_Bindres_helper< _Result, _Func, _BoundArgs... >::type | std::bind (_Func &&__f, _BoundArgs &&... __args) |
|
template<typename _Tp , typename _Class > |
_Mem_fn< _Tp _Class::* > | std::mem_fn (_Tp _Class::*__pm) noexcept |
|
This is a Standard C++ Library header.
Definition in file functional.