libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
std::placeholders | |
Macros | |
#define | _GLIBCXX_FUNCTIONAL |
Enumerations | |
enum | _Manager_operation { __get_type_info, __get_functor_ptr, __clone_functor, __destroy_functor } |
Functions | |
template<typename _Callable , typename... _Args> | |
_Bind_simple_helper< _Callable, _Args...>::__type | std::__bind_simple (_Callable &&__callable, _Args &&...__args) |
template<typename _Functor > | |
_Functor & | std::__callable_functor (_Functor &__f) |
template<typename _Member , typename _Class > | |
_Mem_fn< _Member _Class::* > | std::__callable_functor (_Member _Class::*&__p) |
template<typename _Member , typename _Class > | |
_Mem_fn< _Member _Class::* > | std::__callable_functor (_Member _Class::*const &__p) |
template<typename _Member , typename _Class > | |
_Mem_fn< _Member _Class::* > | std::__callable_functor (_Member _Class::*volatile &__p) |
template<typename _Member , typename _Class > | |
_Mem_fn< _Member _Class::* > | std::__callable_functor (_Member _Class::*const volatile &__p) |
template<typename _Functor , typename... _Args> | |
enable_if< (!is_member_pointer < _Functor >::value &&!is_function< _Functor > ::value &&!is_function < typename remove_pointer < _Functor >::type >::value), typename result_of< _Functor &(_Args &&...)>::type >::type | std::__invoke (_Functor &__f, _Args &&...__args) |
template<typename _Functor , typename... _Args> | |
enable_if< (is_member_pointer < _Functor >::value &&!is_function< _Functor > ::value &&!is_function < typename remove_pointer < _Functor >::type >::value), typename result_of< _Functor(_Args &&...)> ::type >::type | std::__invoke (_Functor &__f, _Args &&...__args) |
template<typename _Functor , typename... _Args> | |
enable_if< (is_pointer < _Functor >::value &&is_function< typename remove_pointer< _Functor > ::type >::value), typename result_of< _Functor(_Args &&...)> ::type >::type | std::__invoke (_Functor __f, _Args &&...__args) |
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 |
template<typename _Res , typename... _Args> | |
bool | std::operator!= (const function< _Res(_Args...)> &__f, nullptr_t) noexcept |
template<typename _Res , typename... _Args> | |
bool | std::operator!= (nullptr_t, const function< _Res(_Args...)> &__f) noexcept |
template<typename _Res , typename... _Args> | |
bool | std::operator== (const function< _Res(_Args...)> &__f, nullptr_t) noexcept |
template<typename _Res , typename... _Args> | |
bool | std::operator== (nullptr_t, const function< _Res(_Args...)> &__f) noexcept |
template<typename _Res , typename... _Args> | |
void | std::swap (function< _Res(_Args...)> &__x, function< _Res(_Args...)> &__y) |
template<typename _Tp > | |
reference_wrapper< _Tp > | std::ref (_Tp &__t) noexcept |
template<typename _Tp > | |
reference_wrapper< const _Tp > | std::cref (const _Tp &__t) noexcept |
template<typename _Tp > | |
void | std::ref (const _Tp &&)=delete |
template<typename _Tp > | |
void | std::cref (const _Tp &&)=delete |
template<typename _Tp > | |
reference_wrapper< _Tp > | std::ref (reference_wrapper< _Tp > __t) noexcept |
template<typename _Tp > | |
reference_wrapper< const _Tp > | std::cref (reference_wrapper< _Tp > __t) noexcept |
This is a Standard C++ Library header.
Definition in file functional.