MCPcopy Create free account
hub / github.com/arximboldi/immer / array_wrapper_n

Method array_wrapper_n

tools/include/prettyprint.hpp:373–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 typedef T value_type;
372
373 array_wrapper_n(const T * const a, size_t n) : _array(a), _n(n) { }
374 inline const_iterator begin() const { return _array; }
375 inline const_iterator end() const { return _array + _n; }
376

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected