libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
std::placeholders | |
Macros | |
#define | __cpp_lib_boyer_moore_searcher |
#define | __cpp_lib_invoke |
#define | __cpp_lib_not_fn |
#define | _GLIBCXX_DEPR_BIND |
#define | _GLIBCXX_FUNCTIONAL |
#define | _GLIBCXX_NOT_FN_CALL_OP(_QUALS) |
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 |
template<typename _Callable , typename... _Args> | |
constexpr invoke_result_t < _Callable, _Args...> | std::noexcept (is_nothrow_invocable_v< _Callable, _Args...>) |
template<typename _Fn > | |
constexpr auto | std::noexcept (std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) |
This is a Standard C++ Library header.
Definition in file functional.