libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
std::placeholders | |
Typedefs | |
template<typename _Tp , typename _Tp2 = typename decay<_Tp>::type> | |
using | std::__is_socketlike = __or_< is_integral< _Tp2 >, is_enum< _Tp2 > > |
Functions | |
template<typename _Func , typename... _BoundArgs> | |
constexpr _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type | std::bind (_Func &&__f, _BoundArgs &&... __args) |
template<typename _Result , typename _Func , typename... _BoundArgs> | |
constexpr _Bindres_helper< _Result, _Func, _BoundArgs... >::type | std::bind (_Func &&__f, _BoundArgs &&... __args) |
template<typename _Tp , typename _Class > | |
constexpr _Mem_fn< _Tp _Class::* > | std::mem_fn (_Tp _Class::*__pm) noexcept |
This is a Standard C++ Library header.
Definition in file functional.