...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/qvm/map_mat_vec.hpp>[ORIG_END] -->
namespace boost { namespace qvm { //Only enabled if: is_mat<A>::value template <int C,class A> -unspecified-return-type- col( A & a ); //Only enabled if: is_mat<A>::value template <int C,class A> -unspecified-return-type- row( A & a ); //Only enabled if: is_mat<A>::value template <class A> -unspecified-return-type- diag( A & a ); //Only enabled if: // is_mat<A>::value && // mat_traits<A>::rows==mat_traits<A>::cols && mat_traits<A>::rows>=3 template <class A> -unspecified-return-type- translation( A & a ); } }
Статья boost/qvm/map_mat_vec.hpp раздела может быть полезна для разработчиков на c++ и boost.
Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.
:: Главная :: ::
реклама