Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_modifiers.cpp28 struct non_copyable_int struct
30 explicit non_copyable_int(int n_):n(n_){} in non_copyable_int() argument
31 non_copyable_int(BOOST_RV_REF(non_copyable_int) x):n(x.n){x.n=0;} in non_copyable_int() argument
32 non_copyable_int& operator=(BOOST_RV_REF(non_copyable_int) x) in operator =() argument
41 BOOST_MOVABLE_BUT_NOT_COPYABLE(non_copyable_int) argument