...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::result_of::extract — A metafunction that allows to acquire the result of the value extraction.
// In header: <boost/log/attributes/value_extraction.hpp> template<typename T, typename TagT> struct extract { // types typedef value_ref< T, TagT > type; };
Метафункция приводит к типу, который находится в форме value_ref.
value_ref
Статья Struct template extract раздела Chapter 1. Boost.Log v2 Attributes может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Attributes ::
реклама