Home
last modified time | relevance | path

Searched defs:copymovable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dallocator_traits_test.cpp205 class copymovable class
214 copymovable(int, int, int) in copymovable() function in copymovable
218 copymovable() in copymovable() function in copymovable
222 copymovable(const copymovable &) in copymovable() argument
226 copymovable(BOOST_RV_REF(copymovable)) in copymovable() function in copymovable
230 copymovable & operator=(BOOST_COPY_ASSIGN_REF(copymovable) ){ return *this; } in operator =()
231 copymovable & operator=(BOOST_RV_REF(copymovable) ){ return *this; } in operator =()