Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dcontiguous_trivial_optimization.pass.cpp59 struct TCBNTM { struct
61 constexpr TCBNTM(int& moves) : p(&moves) {} in TCBNTM() argument
63 TEST_CONSTEXPR_CXX14 TCBNTM& operator=(TCBNTM&&) { ++*p; return *this; } in operator =() argument