Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
Adaptor class to change begin and end behavior for rvalue qualified begin and end. This class keeps rvalue reference of the adapted instance. More...
#include <iterator.hpp>
Public Member Functions | |
reference_mover (T &¶m) | |
Constructor of the mover adaptor class. More... | |
auto | begin () |
Begin method calls rvalue qualified begin on adapted value. More... | |
auto | end () |
End method calls rvalue qualified end on adapted value. More... | |
Adaptor class to change begin and end behavior for rvalue qualified begin and end. This class keeps rvalue reference of the adapted instance.
T | the type of class having rvalue qualified begin and end methods |
|
inlineexplicit |
Constructor of the mover adaptor class.
|
inline |
Begin method calls rvalue qualified begin on adapted value.
|
inline |
End method calls rvalue qualified end on adapted value.