...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.
#include <boost/exception/exception.hpp> namespace boost { template <class Tag,class T> class error_info { public: typedef T value_type; error_info( value_type const & v ); value_type const & value() const; value_type & value(); }; template <class E, class Tag, class T> E const & operator<<( E const & x, error_info<Tag,T> const & v ); }
Статья boost/exception/info.hpp раздела может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: ::
реклама