Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.91.0.
#include <boost/qvm/map_mat_vec.hpp>
namespace boost
{
namespace qvm
{
//Only enabled if: is_mat<A>::value
template <int C,class A>
-unspecified-return-type- row( A & a );
}
}
The expression row<R>(m) returns a view proxy that accesses row R of the matrix m as a vector.