The sparse insert fill policy. More...
#include <assignment.hpp>
Public Types | |
typedef sparse_insert | type |
Static Public Member Functions | |
template<class T , class S , class V > | |
static BOOST_UBLAS_INLINE void | apply (T &e, const S &i, const V &v) |
template<class T , class S , class V > | |
static BOOST_UBLAS_INLINE void | apply (T &e, const S &i, const S &j, const V &v) |
The sparse insert fill policy.
This policy is adequate for sparse types, when fast filling is required, where indexing assign is pretty slow. It is slower than sparse_push_back fill policy, but it can be used to insert elements anywhere inside the container.
|
inherited |
|
inlinestatic |
|
inlinestatic |