cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces | Functions
move.hpp File Reference

Classes

struct  rvref< T >
 Rvalue-reference selector. More...
 

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 

Functions

template<class IIt , class OIt >
OIt move (IIt ini, IIt fin, OIt dest)
 Move-assigns the objects from sequence [ini,fin) to sequence at dest . More...
 
template<class IIt , class OIt >
OIt move_backward (IIt ini, IIt fin, OIt dest)
 Move-assigns the objects from sequence [ini,fin) to sequence at dest , in reverse order. More...