libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
Typedefs | |
template<typename _Iter1 , typename _Iter2 > | |
using | std::ranges::copy_backward_result |
template<typename _Iter , typename _Out > | |
using | std::ranges::copy_n_result |
template<typename _Iter , typename _Out > | |
using | std::ranges::copy_result |
template<typename _Iter1 , typename _Iter2 > | |
using | std::ranges::move_backward_result |
template<typename _Iter , typename _Out > | |
using | std::ranges::move_result |
Functions | |
template<bool _IsMove, input_iterator _Iter, sentinel_for< _Iter > _Sent, weakly_incrementable _Out> requires (_IsMove ? indirectly_movable<_Iter, _Out> : indirectly_copyable<_Iter, _Out>) | |
constexpr __conditional_t< _IsMove, move_result< _Iter, _Out >, copy_result< _Iter, _Out > > | std::ranges::__copy_or_move (_Iter __first, _Sent __last, _Out __result) |
template<bool _IsMove, bidirectional_iterator _Iter, sentinel_for< _Iter > _Sent, bidirectional_iterator _Out> requires (_IsMove ? indirectly_movable<_Iter, _Out> : indirectly_copyable<_Iter, _Out>) | |
constexpr __conditional_t< _IsMove, move_backward_result< _Iter, _Out >, copy_backward_result< _Iter, _Out > > | std::ranges::__copy_or_move_backward (_Iter __first, _Sent __last, _Out __result) |
Variables | |
template<typename _Tp > | |
constexpr bool | std::ranges::__detail::__is_move_iterator |
template<typename _Iterator > | |
constexpr bool | std::ranges::__detail::__is_move_iterator< move_iterator< _Iterator > > |
template<typename _Tp > | |
constexpr bool | std::ranges::__detail::__is_normal_iterator |
template<typename _Tp > | |
constexpr bool | std::ranges::__detail::__is_reverse_iterator |
template<typename _Iterator > | |
constexpr bool | std::ranges::__detail::__is_reverse_iterator< reverse_iterator< _Iterator > > |
constexpr __copy_fn | std::ranges::copy |
constexpr __copy_backward_fn | std::ranges::copy_backward |
constexpr __copy_n_fn | std::ranges::copy_n |
constexpr __equal_fn | std::ranges::equal |
constexpr __fill_fn | std::ranges::fill |
constexpr __fill_n_fn | std::ranges::fill_n |
constexpr __move_fn | std::ranges::move |
constexpr __move_backward_fn | std::ranges::move_backward |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <algorithm>.
Definition in file ranges_algobase.h.
using std::ranges::copy_backward_result |
Definition at line 191 of file ranges_algobase.h.
using std::ranges::copy_n_result |
Definition at line 487 of file ranges_algobase.h.
using std::ranges::copy_result |
Definition at line 182 of file ranges_algobase.h.
using std::ranges::move_backward_result |
Definition at line 188 of file ranges_algobase.h.
using std::ranges::move_result |
Definition at line 185 of file ranges_algobase.h.
|
constexpr |
Definition at line 213 of file ranges_algobase.h.
|
constexpr |
Definition at line 354 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 66 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 69 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 51 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 59 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 62 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 318 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 459 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 511 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 158 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 595 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 556 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 343 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 484 of file ranges_algobase.h.