dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
dxx::math::mut_vector Concept Referenceexport

A vector for which the elements can be written to. More...

Concept definition

template<typename T>
A vector for which the elements can be written to.
Definition traits.xx:24
We can treat any input range as a vector.
Definition traits.xx:16
Inverse of const_vrp.
Definition traits.xx:40

Detailed Description

A vector for which the elements can be written to.

This does not require for the container itself to be resizeable