Searched refs:op_copies_ (Results 1 – 1 of 1) sorted by relevance
30 ++op_copies_; in operator =()34 static unsigned copies() { return ctor_copies_ + op_copies_; } in copies()43 static unsigned op_copies_; member50 template<class Tag, typename T> unsigned counter<Tag, T>::op_copies_ = 0; member in boost::contract::test::detail::counter<Tag, T>