...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::log::attributes::current_process_id — A class of an attribute that holds the current process identifier.
// In header: <boost/log/attributes/current_process_id.hpp> class current_process_id : public constant< process_id > { public: // construct/copy/destruct current_process_id(); explicit current_process_id(cast_source const &); };
current_process_id
current_process_id();
Конструктор инициирует атрибут с идентификатором текущего процесса.
explicit current_process_id(cast_source const & source;;
Конструктор для поддержки литья
Статья Class current_process_id раздела Chapter 1. Boost.Log v2 Attributes может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Attributes ::
реклама