Searched defs:TCBNTM (Results 1 – 1 of 1) sorted by relevance
59 struct TCBNTM { struct61 constexpr TCBNTM(int& moves) : p(&moves) {} in TCBNTM() argument63 TEST_CONSTEXPR_CXX14 TCBNTM& operator=(TCBNTM&&) { ++*p; return *this; } in operator =() argument