|
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, typename _OutIter, typename _InIter> | |
| constexpr void | std::ranges::__detail::__assign_one (_OutIter &__out, _InIter &__in) |
| template<bool _IsMove, input_iterator _Iter, sentinel_for< _Iter > _Sent, weakly_incrementable _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> | |
| 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) |
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 236 of file ranges_algobase.h.
| using std::ranges::copy_n_result |
Definition at line 519 of file ranges_algobase.h.
| using std::ranges::copy_result |
Definition at line 227 of file ranges_algobase.h.
| using std::ranges::move_backward_result |
Definition at line 233 of file ranges_algobase.h.
| using std::ranges::move_result |
Definition at line 230 of file ranges_algobase.h.
|
constexpr |
Definition at line 196 of file ranges_algobase.h.
|
constexpr |
Definition at line 258 of file ranges_algobase.h.
|
constexpr |
Definition at line 392 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 67 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 70 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 52 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 55 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 60 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 63 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 356 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 491 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 543 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 189 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 633 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 590 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 381 of file ranges_algobase.h.
|
inlineconstexpr |
Definition at line 516 of file ranges_algobase.h.