Searched refs:copy_constructor_called_times (Results 1 – 1 of 1) sorted by relevance
1144 static std::size_t copy_constructor_called_times; member1151 ++copy_constructor_called_times; in MoveOperationTracker()1166 size_t MoveOperationTracker::copy_constructor_called_times = 0; member in MoveOperationTracker1174 std::size_t &ccct = MoveOperationTracker::copy_constructor_called_times; in TestMoveSupport()