|
inline |
Standard ctor.
Any container-like with a value_type member typedef, a begin() member function whose return value can be converted to a pointer and a size() member function can be used. Examples include std::array, std::vector and Vec.