Searched defs:non_copyable_int (Results 1 – 1 of 1) sorted by relevance
28 struct non_copyable_int struct30 explicit non_copyable_int(int n_):n(n_){} in non_copyable_int() argument31 non_copyable_int(BOOST_RV_REF(non_copyable_int) x):n(x.n){x.n=0;} in non_copyable_int() argument32 non_copyable_int& operator=(BOOST_RV_REF(non_copyable_int) x) in operator =() argument41 BOOST_MOVABLE_BUT_NOT_COPYABLE(non_copyable_int) argument