Home
last modified time | relevance | path

Searched refs:ctors_ (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/contract/test/detail/
Dcounter.hpp17 counter() : value() { ++ctors_; } in counter()
18 static unsigned ctors() { return ctors_; } in ctors()
25 ++ctors_; in counter()
40 static unsigned ctors_; // Total constructions (including copies). member
47 template<class Tag, typename T> unsigned counter<Tag, T>::ctors_ = 0; member in boost::contract::test::detail::counter<Tag, T>