...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::numeric::functional::plus_assign_base
// In header: <boost/accumulators/numeric/functional.hpp> template<typename Left, typename Right, typename EnableIf = void> struct plus_assign_base : public std::binary_function< Left, Right, typeof(lvalue< Left >()+=lvalue< Right >())> { // public member functions result_type operator()(Left &, Right &) const; };
plus_assign_base
Статья Struct template plus_assign_base раздела The Boost C++ Libraries BoostBook Documentation Subset Reference может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: Reference ::
реклама