...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
An assigner object used to fill a vector using operator <<= and operator, (comma). More...
Public Types | |
typedef E::expression_type::value_type | value_type |
typedef E::expression_type::size_type | size_type |
Public Member Functions | |
BOOST_UBLAS_INLINE | vector_expression_assigner (E &e) |
BOOST_UBLAS_INLINE | vector_expression_assigner (size_type k, E &e) |
BOOST_UBLAS_INLINE | vector_expression_assigner (E &e, value_type val) |
template<class AE > | |
BOOST_UBLAS_INLINE | vector_expression_assigner (E &e, const vector_expression< AE > &nve) |
template<typename T > | |
BOOST_UBLAS_INLINE | vector_expression_assigner (E &e, const index_manipulator< T > &ta) |
BOOST_UBLAS_INLINE vector_expression_assigner & | operator, (const value_type &val) |
template<class AE > | |
BOOST_UBLAS_INLINE vector_expression_assigner & | operator, (const vector_expression< AE > &nve) |
template<typename T > | |
BOOST_UBLAS_INLINE vector_expression_assigner & | operator, (const index_manipulator< T > &ta) |
template<class T > | |
BOOST_UBLAS_INLINE vector_expression_assigner< E, T > | operator, (fill_policy_wrapper< T >) const |
This object is meant to be created by appropriate object generators. Please see EXAMPLES_LINK for usage information.