...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
boost::unit_test::data::monomorphic::singleton::iterator
// In header: <boost/test/data/monomorphic/singleton.hpp> struct iterator { // construct/copy/destruct explicit iterator(singleton< T > const *); // public member functions sample const & operator*() const; void operator++(); };
iterator
explicititerator(singleton<T>const*owner);
sampleconst&operator*()const;
voidoperator++();
Статья Struct iterator раздела Boost.Test Class template singleton может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Class template singleton ::
реклама