VCCC  2024.05
VisualCamp Common C++ library
shift.hpp File Reference

Go to the source code of this file.

Namespaces

 vccc
 

Functions

template<typename ForwardIt >
constexpr ForwardIt shift_left (ForwardIt first, ForwardIt last, typename cxx20_iterator_traits< ForwardIt >::difference_type n)
 
template<typename ForwardIt >
constexpr ForwardIt shift_right (ForwardIt first, ForwardIt last, typename cxx20_iterator_traits< ForwardIt >::difference_type n)