Standard library header <functional>
From cppreference.net
Этот заголовок является частью библиотеки функциональных объектов и предоставляет стандартную хеш-функцию .
Пространства имён |
|
| placeholders (C++11) | Предоставляет заполнители для несвязанных аргументов в выражении std::bind |
Классы |
|
Обертки |
|
|
(C++11)
|
копируемая оболочка для любого копируемого вызываемого объекта
(шаблон класса) |
|
(C++23)
|
перемещаемый обёрточный класс для любого вызываемого объекта, поддерживающего квалификаторы в заданной сигнатуре вызова
(шаблон класса) |
|
(C++26)
|
копируемая обёртка любого копируемого вызываемого объекта, поддерживающего квалификаторы в заданной сигнатуре вызова
(шаблон класса) |
|
(C++26)
|
невладеющая обёртка для любого вызываемого объекта
(шаблон класса) |
|
(C++11)
|
создает функциональный объект из указателя на член
(шаблон функции) |
|
(C++11)
|
CopyConstructible
и
CopyAssignable
обёртка ссылки
(шаблон класса) |
|
(C++20)
(C++20)
|
получить тип ссылки, обернутый в
std::reference_wrapper
(шаблон класса) |
Вспомогательные классы |
|
|
(C++11)
|
исключение, выбрасываемое при вызове пустого
std::function
(класс) |
|
(C++11)
|
указывает, что объект является
std::bind
выражением или может быть использован как таковой
(шаблон класса) |
|
(C++11)
|
указывает, что объект является стандартным заполнителем или может использоваться в качестве такового
(шаблон класса) |
Арифметические операции |
|
|
функциональный объект, реализующий
x
+
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
-
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
*
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
/
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
%
y
(шаблон класса) |
|
|
функциональный объект, реализующий
-
x
(шаблон класса) |
|
Сравнения |
|
|
функциональный объект, реализующий
x
==
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
!
=
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
>
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
<
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
>=
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
<=
y
(шаблон класса) |
|
Сравнения с ограничениями концепций |
|
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
==
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
!
=
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
>
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
<
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
>=
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
<=
y
(класс) |
|
(C++20)
|
ограниченный функциональный объект, реализующий
x
<=>
y
(класс) |
Логические операции |
|
|
функциональный объект, реализующий
x
&&
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
||
y
(шаблон класса) |
|
|
функциональный объект, реализующий
!
x
(шаблон класса) |
|
Побитовые операции |
|
|
функциональный объект, реализующий
x
&
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
|
y
(шаблон класса) |
|
|
функциональный объект, реализующий
x
^
y
(шаблон класса) |
|
|
(C++14)
|
функциональный объект, реализующий
~x
(шаблон класса) |
Негаторы |
|
|
(C++17)
|
создает функциональный объект, который возвращает дополнение результата функционального объекта, который он содержит
(шаблон функции) |
Идентичности |
|
|
(C++20)
|
функциональный объект, возвращающий свой аргумент без изменений
(класс) |
Поисковые системы |
|
|
(C++17)
|
реализация алгоритма поиска стандартной библиотеки C++
(шаблон класса) |
|
(C++17)
|
Реализация алгоритма поиска Бойера-Мура
(шаблон класса) |
|
(C++17)
|
Реализация алгоритма поиска Бойера-Мура-Хорспула
(шаблон класса) |
Хеширование |
|
|
(C++11)
|
функциональный объект хеш-функции
(шаблон класса) |
|
std::hash
специализации для фундаментальных, перечисляемых и указательных типов
(специализация шаблона класса) |
|
Константы |
|
|
Определено в пространстве имён
std::placeholders
|
|
|
(C++11)
|
плейсхолдеры для несвязанных аргументов в выражении
std::bind
(константа) |
Функции |
|
|
(C++20)
(C++23)
|
связывает переменное количество аргументов, по порядку, с функциональным объектом
(шаблон функции) |
|
(C++11)
|
привязывает один или несколько аргументов к функциональному объекту
(шаблон функции) |
|
(C++11)
(C++11)
|
создает
std::reference_wrapper
с типом, выведенным из аргумента
(шаблон функции) |
|
(C++17)
(C++23)
|
вызывает любой
Callable
объект с заданными аргументами
с возможностью указания возвращаемого типа
(начиная с C++23)
(шаблон функции) |
Устарело в C++11 и удалено в C++17
Базовые классы |
|
|
(устарело в C++11)
(удалено в C++17)
|
базовый класс унарной функции, совместимый с адаптерами
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
базовый класс бинарной функции, совместимый с адаптерами
(шаблон класса) |
Связыватели |
|
|
(устарело в C++11)
(удалено в C++17)
|
функциональный объект, содержащий бинарную функцию и один из её аргументов
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
связывает один аргумент с бинарной функцией
(шаблон функции) |
Адаптеры функций |
|
|
(устарело в C++11)
(удалено в C++17)
|
совместимая с адаптерами обёртка для указателя на унарную функцию
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
совместимая с адаптерами обёртка для указателя на бинарную функцию
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
создаёт обёртку функционального объекта, совместимую с адаптерами, из указателя на функцию
(шаблон функции) |
|
(устарело в C++11)
(удалено в C++17)
|
обёртка для указателя на нульарный или унарный метод, вызываемая с указателем на объект
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
создаёт обёртку из указателя на метод, вызываемую с указателем на объект
(шаблон функции) |
|
(устарело в C++11)
(удалено в C++17)
|
обёртка для указателя на нульарный или унарный метод, вызываемая со ссылкой на объект
(шаблон класса) |
|
(устарело в C++11)
(удалено в C++17)
|
создаёт обёртку из указателя на метод, вызываемую со ссылкой на объект
(шаблон функции) |
Устарело в C++17 и удалено в C++20
Негаторы |
|
|
(устарело в C++17)
(удалено в C++20)
|
объект-обёртка функции, возвращающий дополнение унарного предиката, который он содержит
(шаблон класса) |
|
(устарело в C++17)
(удалено в C++20)
|
объект-обёртка функции, возвращающий дополнение бинарного предиката, который он содержит
(шаблон класса) |
|
(устарело в C++17)
(удалено в C++20)
|
создаёт пользовательский объект
std::unary_negate
(шаблон функции) |
|
(устарело в C++17)
(удалено в C++20)
|
создаёт пользовательский объект
std::binary_negate
(шаблон функции) |
Синопсис
namespace std { // вызов template<class F, class... Args> constexpr invoke_result_t<F, Args...> invoke(F&& f, Args&&... args) noexcept(is_nothrow_invocable_v<F, Args...>); template<class R, class F, class... Args> constexpr R invoke_r(F&& f, Args&&... args) noexcept(is_nothrow_invocable_r_v<R, F, Args...>); // reference_wrapper template<class T> class reference_wrapper; template<class T> constexpr reference_wrapper<T> ref(T&) noexcept; template<class T> constexpr reference_wrapper<const T> cref(const T&) noexcept; template<class T> void ref(const T&&) = delete; template<class T> void cref(const T&&) = delete; template<class T> constexpr reference_wrapper<T> ref(reference_wrapper<T>) noexcept; template<class T> constexpr reference_wrapper<const T> cref(reference_wrapper<T>) noexcept; template<class T> struct unwrap_reference; template<class T> using unwrap_reference_t = typename unwrap_reference<T>::type; template<class T> struct unwrap_ref_decay; template<class T> using unwrap_ref_decay_t = typename unwrap_ref_decay<T>::type; // специализации, связанные с common_reference template<class R, class T, template<class> class RQual, template<class> class TQual> requires /* см. ниже */ struct basic_common_reference<R, T, RQual, TQual>; template<class T, class R, template<class> class TQual, template<class> class RQual> requires /* см. ниже */ struct basic_common_reference<T, R, TQual, RQual>; // арифметические операции template<class T = void> struct plus; template<class T = void> struct minus; template<class T = void> struct multiplies; template<class T = void> struct divides; template<class T = void> struct modulus; template<class T = void> struct negate; template<> struct plus<void>; template<> struct minus<void>; template<> struct multiplies<void>; template<> struct divides<void>; template<> struct modulus<void>; template<> struct negate<void>; // сравнения template<class T = void> struct equal_to; template<class T = void> struct not_equal_to; template<class T = void> struct greater; template<class T = void> struct less; template<class T = void> struct greater_equal; template<class T = void> struct less_equal; template<> struct equal_to<void>; template<> struct not_equal_to<void>; template<> struct greater<void>; template<> struct less<void>; template<> struct greater_equal<void>; template<> struct less_equal<void>; // логические операции template<class T = void> struct logical_and; template<class T = void> struct logical_or; template<class T = void> struct logical_not; template<> struct logical_and<void>; template<> struct logical_or<void>; template<> struct logical_not<void>; // побитовые операции template<class T = void> struct bit_and; template<class T = void> struct bit_or; template<class T = void> struct bit_xor; template<class T = void> struct bit_not; template<> struct bit_and<void>; template<> struct bit_or<void>; template<> struct bit_xor<void>; template<> struct bit_not<void>; // идентификатор struct identity; // шаблон функции not_fn template<class F> constexpr /* не указано */ not_fn(F&& f); // шаблоны функций bind_front и bind_back template<class F, class... Args> constexpr /* не указано */ bind_front(F&&, Args&&...); template<class F, class... Args> constexpr /* не указано */ bind_back(F&&, Args&&...); // bind template<class T> struct is_bind_expression; template<class T> inline constexpr bool is_bind_expression_v = is_bind_expression<T>::значение; template<class T> struct is_placeholder; template<class T> inline constexpr int is_placeholder_v = is_placeholder<T>::значение; template<class F, class... BoundArgs> constexpr /* не указано */ bind(F&&, BoundArgs&&...); template<class R, class F, class... BoundArgs> constexpr /* не указано */ bind(F&&, BoundArgs&&...); namespace placeholders { // M - это определяемое реализацией количество плейсхолдеров /* см. описание */ _1; /* см. описание */ _2; . . . /* см. описание */ _M; } // адаптеры функций-членов template<class R, class T> constexpr /* не указано */ mem_fn(R T::*) noexcept; // полиморфные обертки функций class bad_function_call; template<class> class function; // не определено template<class R, class... ArgTypes> class function<R(ArgTypes...)>; template<class R, class... ArgTypes> void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept; template<class R, class... ArgTypes> bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept; // move-only wrapper template<class...> class move_only_function; // не определено template<class R, class... ArgTypes> class move_only_function<R(ArgTypes...) /*cv ref*/ noexcept(/*noex*/)>; // копируемая обёртка template<class...> class copyable_function; // не определено template<class R, class... ArgTypes> class copyable_function<R(ArgTypes...) /*cv ref*/ noexcept(/*noex*/)>; // невладеющая обёртка template<class...> class function_ref; // не определено template<class R, class... ArgTypes> class function_ref<R(ArgTypes...) /*cv*/ noexcept(/*noex*/)>; // поисковые механизмы template<class ForwardIter, class BinaryPredicate = equal_to<>> class default_searcher; template<class RandomAccessIter, class Hash = hash<typename iterator_traits<RandomAccessIter>::value_type>, class BinaryPredicate = equal_to<>> class boyer_moore_searcher; template<class RandomAccessIter, class Hash = hash<typename iterator_traits<RandomAccessIter>::value_type>, class BinaryPredicate = equal_to<>> class boyer_moore_horspool_searcher; // хеш-функция первичный шаблон template<class T> struct hash; // концептуально ограниченные сравнения struct compare_three_way; namespace ranges { struct equal_to; struct not_equal_to; struct greater; struct less; struct greater_equal; struct less_equal; } // только для демонстрации template<class Fn, class... Args> concept /*вызываемый*/ = requires (Fn&& fn, Args&&... args) { std::forward<Fn>(fn)(std::forward<Args>(args)...); }; // только для демонстрации template<class Fn, class... Args> concept /*nothrow-callable*/ = /*вызываемый*/<Fn, Args...> && requires (Fn&& fn, Args&&... args) { { std::forward<Fn>(fn)(std::forward<Args>(args)...) } noexcept; }; // только для демонстрации template<class Fn, class... Args> using /*call-result-t*/ = decltype(std::declval<Fn>()(std::declval<Args>()...)); // только для демонстрации template<const auto& T> using /*decayed-typeof*/ = decltype(auto(T)); }
Шаблон класса std::reference_wrapper
namespace std { template<class T> class reference_wrapper { public: // типы using type = T; // конструкторы/копирование/уничтожение template<class U> constexpr reference_wrapper(U&&) noexcept(/* см. ниже */); constexpr reference_wrapper(const reference_wrapper& x) noexcept; // присваивание constexpr reference_wrapper& operator=(const reference_wrapper& x) noexcept; // доступ constexpr operator T& () const noexcept; constexpr T& get() const noexcept; // вызов template<class... ArgTypes> constexpr invoke_result_t<T&, ArgTypes...> operator()(ArgTypes&&...) const noexcept(is_nothrow_invocable_v<T&, ArgTypes...>); // сравнение friend constexpr bool operator==(reference_wrapper, reference_wrapper); friend constexpr bool operator==(reference_wrapper, const T&); friend constexpr bool operator==(reference_wrapper, reference_wrapper<const T>); friend constexpr auto operator<=>(reference_wrapper, reference_wrapper); friend constexpr auto operator<=>(reference_wrapper, const T&); friend constexpr auto operator<=>(reference_wrapper, reference_wrapper<const T>); }; // направляющие вывода template<class T> reference_wrapper(T&) -> reference_wrapper<T>; }
Шаблон класса std::unwrap_reference
namespace std { template<class T> struct unwrap_reference; }
Шаблон класса std::unwrap_ref_decay
namespace std { template<class T> struct unwrap_ref_decay; }
Шаблон класса std::plus
namespace std { template<class T = void> struct plus { constexpr T operator()(const T& x, const T& y) const; }; template<> struct plus<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) + std::forward<U>(u)); using is_transparent = /* не указано */; }; }
` и `` (в данном случае весь код C++) оставлен без изменений. Единственный переведенный элемент - комментарий `/* unspecified */` на `/* не указано */`, что соответствует требованиям точности и профессионализма.
Шаблон класса std::minus
namespace std { template<class T = void> struct minus { constexpr T operator()(const T& x, const T& y) const; }; template<> struct minus<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) - std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::multiplies
namespace std { template<class T = void> struct multiplies { constexpr T operator()(const T& x, const T& y) const; }; template<> struct multiplies<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) * std::forward<U>(u)); using is_transparent = /* неопределено */; }; }
Шаблон класса std::divides
namespace std { template<class T = void> struct divides { constexpr T operator()(const T& x, const T& y) const; }; template<> struct divides<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) / std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::modulus
namespace std { template<class T = void> struct modulus { constexpr T operator()(const T& x, const T& y) const; }; template<> struct modulus<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) % std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::negate
namespace std { template<class T = void> struct negate { constexpr T operator()(const T& x) const; }; template<> struct negate<void> { template<class T> constexpr auto operator()(T&& t) const -> decltype(-std::forward<T>(t)); using is_transparent = /* не указано */; }; }
Шаблон класса std::equal_to
namespace std { template<class T = void> struct equal_to { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct equal_to<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) == std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::not_equal_to
namespace std { template<class T = void> struct not_equal_to { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct not_equal_to<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) != std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::greater
namespace std { template<class T = void> struct greater { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct greater<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) > std::forward<U>(u)); using is_transparent = /* неопределено */; }; }
Шаблон класса std::less
namespace std { template<class T = void> struct less { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct less<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) < std::forward<U>(u)); using is_transparent = /* неопределено */; }; }
Шаблон класса std::greater_equal
namespace std { template<class T = void> struct greater_equal { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct greater_equal<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) >= std::forward<U>(u)); using is_transparent = /* неопределено */; }; }
Шаблон класса std::less_equal
namespace std { template<class T = void> struct less_equal { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct less_equal<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) <= std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Класс std::compare_three_way
namespace std { struct compare_three_way { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const; using is_transparent = /* unspecified */; }; }
Класс std::ranges::equal_to
namespace std::ranges { struct equal_to { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* неопределено */; }; }
Класс std::ranges::not_equal_to
namespace std::ranges { struct not_equal_to { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* unspecified */; }; }
Класс std::ranges::greater
namespace std::ranges { struct greater { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* unspecified */; }; }
` и `` оставлен без изменений в соответствии с инструкциями. HTML-разметка и атрибуты также сохранены в оригинальном виде.
Класс std::ranges::less
namespace std::ranges { struct less { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* unspecified */; }; }
` и `` оставлен без изменений в соответствии с инструкциями. HTML-разметка также сохранена в оригинальном виде.
Класс std::ranges::greater_equal
namespace std::ranges { struct greater_equal { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* не указано */; }; }
Класс std::ranges::less_equal
namespace std::ranges { struct less_equal { template<class T, class U> constexpr bool operator()(T&& t, U&& u) const; using is_transparent = /* unspecified */; }; }
` и `` оставлен без изменений в соответствии с требованиями. HTML-разметка и атрибуты также сохранены в оригинальном виде.
Шаблон класса std::logical_and
namespace std { template<class T = void> struct logical_and { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct logical_and<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) && std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::logical_or
namespace std { template<class T = void> struct logical_or { constexpr bool operator()(const T& x, const T& y) const; }; template<> struct logical_or<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) || std::forward<U>(u)); using is_transparent = /* неопределено */; }; }
Шаблон класса std::logical_not
namespace std { template<class T = void> struct logical_not { constexpr bool operator()(const T& x) const; }; template<> struct logical_not<void> { template<class T> constexpr auto operator()(T&& t) const -> decltype(!std::forward<T>(t)); using is_transparent = /* не указано */; }; }
Шаблон класса std::bit_and
namespace std { template<class T = void> struct bit_and { constexpr T operator()(const T& x, const T& y) const; }; template<> struct bit_and<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) & std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::bit_or
namespace std { template<class T = void> struct bit_or { constexpr T operator()(const T& x, const T& y) const; }; template<> struct bit_or<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) | std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::bit_xor
namespace std { template<class T = void> struct bit_xor { constexpr T operator()(const T& x, const T& y) const; }; template<> struct bit_xor<void> { template<class T, class U> constexpr auto operator()(T&& t, U&& u) const -> decltype(std::forward<T>(t) ^ std::forward<U>(u)); using is_transparent = /* не указано */; }; }
Шаблон класса std::bit_not
namespace std { template<class T = void> struct bit_not { constexpr T operator()(const T& x) const; }; template<> struct bit_not<void> { template<class T> constexpr auto operator()(T&& t) const -> decltype(~std::forward<T>(t)); using is_transparent = /* не указано */; }; }
Шаблон класса std::identity
namespace std { struct identity { template<class T> constexpr T&& operator()(T&& t) const noexcept; using is_transparent = /* неопределено */; }; }
Шаблон класса std::is_bind_expression
namespace std { template<class T> struct is_bind_expression; }
Шаблон класса std::is_placeholder
namespace std { template<class T> struct is_placeholder; }
Класс std::bad_function_call
namespace std { class bad_function_call : public exception { public: // см. [exception] для спецификации специальных функций-членов const char* what() const noexcept override; }; }
Шаблон класса std::function
namespace std { template<class> class function; // не определен template<class R, class... ArgTypes> class function<R(ArgTypes...)> { public: using result_type = R; // конструкторы/копирование/уничтожение function() noexcept; function(nullptr_t) noexcept; function(const function&); function(function&&) noexcept; template<class F> function(F); function& operator=(const function&); function& operator=(function&&); function& operator=(nullptr_t) noexcept; template<class F> function& operator=(F&&); template<class F> function& operator=(reference_wrapper<F>) noexcept; ~function(); // модификаторы функции void swap(function&) noexcept; // емкость функции explicit operator bool() const noexcept; // вызов функции R operator()(ArgTypes...) const; // доступ к целевой функции const type_info& target_type() const noexcept; template<class T> T* target() noexcept; template<class T> const T* target() const noexcept; }; template<class R, class... ArgTypes> function(R(*)(ArgTypes...)) -> function<R(ArgTypes...)>; template<class F> function(F) -> function</* см. описание */>; // функции сравнения с нулевым указателем template<class R, class... ArgTypes> bool operator==(const function<R(ArgTypes...)>&, nullptr_t) noexcept; // специализированные алгоритмы template<class R, class... ArgTypes> void swap(function<R(ArgTypes...)>&, function<R(ArgTypes...)>&) noexcept; }
Шаблон класса std::move_only_function
namespace std { template<class... S> class move_only_function; // не определен template<class R, class... ArgTypes> class move_only_function<R(ArgTypes...) /*cv-ref*/ noexcept(/*noex*/)> { public: using result_type = R; // конструкторы/перемещение/уничтожение move_only_function() noexcept; move_only_function(nullptr_t) noexcept; move_only_function(move_only_function&&) noexcept; template<class F> move_only_function(F&&); template<class T, class... Args> explicit move_only_function(in_place_type_t<T>, Args&&...); template<class T, class U, class... Args> explicit move_only_function(in_place_type_t<T>, initializer_list<U>, Args&&...); move_only_function& operator=(move_only_function&&); move_only_function& operator=(nullptr_t) noexcept; template<class F> move_only_function& operator=(F&&); ~move_only_function(); // вызов explicit operator bool() const noexcept; R operator()(ArgTypes...) /*cv-ref*/ noexcept(/*noex*/); // утилиты void swap(move_only_function&) noexcept; friend void swap(move_only_function&, move_only_function&) noexcept; friend bool operator==(const move_only_function&, nullptr_t) noexcept; private: // только для демонстрации template<class VT> static constexpr bool /*is-callable-from*/ = /* см. описание */; }; }
Шаблон класса std::copyable_function
namespace std { template<class... S> class copyable_function; // не определен template<class R, class... ArgTypes> class copyable_function<R(ArgTypes...) /*cv-ref*/ noexcept(/*noex*/)> { public: using result_type = R; // конструкторы/перемещение/уничтожение copyable_function() noexcept; copyable_function(nullptr_t) noexcept; copyable_function(const copyable_function&); copyable_function(copyable_function&&) noexcept; template<class F> copyable_function(F&&); template<class T, class... Args> explicit copyable_function(in_place_type_t<T>, Args&&...); template<class T, class U, class... Args> explicit copyable_function(in_place_type_t<T>, initializer_list<U>, Args&&...); copyable_function& operator=(const copyable_function&); copyable_function& operator=(copyable_function&&); copyable_function& operator=(nullptr_t) noexcept; template<class F> copyable_function& operator=(F&&); ~copyable_function(); // вызов explicit operator bool() const noexcept; R operator()(ArgTypes...) /*cv-ref*/ noexcept(/*noex*/); // утилиты void swap(copyable_function&) noexcept; friend void swap(copyable_function&, copyable_function&) noexcept; friend bool operator==(const copyable_function&, nullptr_t) noexcept; private: // только для демонстрации template<class VT> static constexpr bool /*is-callable-from*/ = /* см. описание */; }; }
Шаблон класса std::function_ref
namespace std { template<class... S> class function_ref; // не определен template<class R, class... ArgTypes> class function_ref<R(ArgTypes...) /*cv*/ noexcept(/*noex*/)> { public: // конструкторы и операторы присваивания template<class F> function_ref(F*) noexcept; template<class F> constexpr function_ref(F&&) noexcept; template<auto f> constexpr function_ref(nontype_t<f>) noexcept; template<auto f, class U> constexpr function_ref(nontype_t<f>, U&&) noexcept; template<auto f, class T> constexpr function_ref(nontype_t<f>, /*cv*/ T*) noexcept; constexpr function_ref(const function_ref&) noexcept = default; constexpr function_ref& operator=(const function_ref&) noexcept = default; template<class T> function_ref& operator=(T) = delete; // вызов R operator()(ArgTypes...) /*cv*/ noexcept(/*noex*/); private: // только для демонстрации template<class... T> static constexpr bool /*is-invocable-using*/ = /* см. описание */; R (*thunk-ptr)(BoundEntityType, ArgTypes&&...) noexcept(/*noex*/); // только для демонстрации BoundEntityType bound-entity; // только для демонстрации }; // направляющие вывода template<class F> function_ref(F*) -> function_ref<F>; template<auto f> function_ref(nontype_t<f>) -> function_ref</* см. описание */>; template<auto f, class T> function_ref(nontype_t<f>, T&&) -> function_ref</* см. описание */>; }
Шаблон класса std::default_searcher
namespace std { template<class ForwardIter1, class BinaryPredicate = equal_to<>> class default_searcher { public: constexpr default_searcher(ForwardIter1 pat_first, ForwardIter1 pat_last, BinaryPredicate pred = BinaryPredicate()); template<class ForwardIter2> constexpr pair<ForwardIter2, ForwardIter2> operator()(ForwardIter2 first, ForwardIter2 last) const; private: ForwardIter1 pat_first_; // только для демонстрации ForwardIter1 pat_last_; // только для демонстрации BinaryPredicate pred_; // только для демонстрации }; }
Шаблон класса std::boyer_moore_searcher
namespace std { template<class RandomAccessIter1, class Hash = hash<typename iterator_traits<RandomAccessIter1>::value_type>, class BinaryPredicate = equal_to<>> class boyer_moore_searcher { public: boyer_moore_searcher(RandomAccessIter1 pat_first, RandomAccessIter1 pat_last, Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate()); template<class RandomAccessIter2> pair<RandomAccessIter2, RandomAccessIter2> operator()(RandomAccessIter2 first, RandomAccessIter2 last) const; private: RandomAccessIter1 pat_first_; // только для демонстрации RandomAccessIter1 pat_last_; // только для демонстрации Hash hash_; // только для демонстрации BinaryPredicate pred_; // только для демонстрации }; }
Шаблон класса std::boyer_moore_horspool_searcher
namespace std { template<class RandomAccessIter1, class Hash = hash<typename iterator_traits<RandomAccessIter1>::value_type>, class BinaryPredicate = equal_to<>> class boyer_moore_horspool_searcher { public: boyer_moore_horspool_searcher(RandomAccessIter1 pat_first, RandomAccessIter1 pat_last, Hash hf = Hash(), BinaryPredicate pred = BinaryPredicate()); template<class RandomAccessIter2> pair<RandomAccessIter2, RandomAccessIter2> operator()(RandomAccessIter2 first, RandomAccessIter2 last) const; private: RandomAccessIter1 pat_first_; // только для демонстрации RandomAccessIter1 pat_last_; // только для демонстрации Hash hash_; // только для демонстрации BinaryPredicate pred_; // только для демонстрации }; }
Смотрите также
| std::hash специализации для библиотечных типов |