Searched defs:copymovable (Results 1 – 1 of 1) sorted by relevance
205 class copymovable class214 copymovable(int, int, int) in copymovable() function in copymovable218 copymovable() in copymovable() function in copymovable222 copymovable(const copymovable &) in copymovable() argument226 copymovable(BOOST_RV_REF(copymovable)) in copymovable() function in copymovable230 copymovable & operator=(BOOST_COPY_ASSIGN_REF(copymovable) ){ return *this; } in operator =()231 copymovable & operator=(BOOST_RV_REF(copymovable) ){ return *this; } in operator =()