archetypes.hpp | 35 static int move_constructed; member in struct:ArchetypeBases::TestBase 50 copy_constructed = move_constructed = 0; 100 ++alive; ++constructed; ++move_constructed; 125 template <class D, bool E> int TestBase<D, E>::move_constructed = 0; member in class:TestBase
|