Searched defs:TMBNTC (Results 1 – 1 of 1) sorted by relevance
25 struct TMBNTC { struct27 constexpr TMBNTC(int& copies) : p(&copies) {} in TMBNTC() argument30 TEST_CONSTEXPR_CXX14 TMBNTC& operator=(const TMBNTC&) { ++*p; return *this; } in operator =() argument