libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
namespace | std::placeholders |
Macros | |
#define | __cpp_lib_bind_front |
#define | __cpp_lib_boyer_moore_searcher |
#define | __cpp_lib_constexpr_functional |
#define | __cpp_lib_invoke |
#define | __cpp_lib_not_fn |
#define | _GLIBCXX_FUNCTIONAL |
#define | _GLIBCXX_NOT_FN_CALL_OP(_QUALS) |
#define | _GLIBCXX_PLACEHOLDER |
Typedefs | |
template<typename _RAIter , typename _Hash , typename _Pred , typename _Val = typename iterator_traits<_RAIter>::value_type, typename _Diff = typename iterator_traits<_RAIter>::difference_type> | |
using | std::__boyer_moore_base_t |
template<typename _Tp , typename _Tp2 = typename decay<_Tp>::type> | |
using | std::__is_socketlike |
template<typename _Fn , typename... _Args> | |
using | std::_Bind_front_t |
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 _Fn , typename... _Args> | |
constexpr _Bind_front_t< _Fn, _Args... > | std::bind_front (_Fn &&__fn, _Args &&... __args) noexcept(is_nothrow_constructible_v< _Bind_front_t< _Fn, _Args... >, int, _Fn, _Args... >) |
template<typename _Callable , typename... _Args> | |
constexpr invoke_result_t< _Callable, _Args... > | std::invoke (_Callable &&__fn, _Args &&... __args) noexcept(is_nothrow_invocable_v< _Callable, _Args... >) |
template<typename _Tp , typename _Class > | |
constexpr _Mem_fn< _Tp _Class::* > | std::mem_fn (_Tp _Class::*__pm) noexcept |
template<typename _Fn > | |
constexpr auto | std::not_fn (_Fn &&__fn) noexcept(std::is_nothrow_constructible< std::decay_t< _Fn >, _Fn && >::value) |
This is a Standard C++ Library header.
Definition in file functional.
#define __cpp_lib_bind_front |
Definition at line 914 of file functional.
#define __cpp_lib_boyer_moore_searcher |
Definition at line 1206 of file functional.
#define __cpp_lib_constexpr_functional |
Definition at line 94 of file functional.
#define __cpp_lib_invoke |
Definition at line 92 of file functional.
#define __cpp_lib_not_fn |
Definition at line 1151 of file functional.
#define _GLIBCXX_FUNCTIONAL |
Definition at line 44 of file functional.
#define _GLIBCXX_NOT_FN_CALL_OP | ( | _QUALS | ) |
Definition at line 1106 of file functional.
#define _GLIBCXX_PLACEHOLDER |
Definition at line 289 of file functional.