static const_iterator end( const container_type &x )
 {
     return x.data().end();
 }
Beispiel #2
0
 value_type* data() { return _data.data(); }
 static const_iterator begin( const container_type &x )
 {
     return x.data().begin();
 }
Beispiel #4
0
 const value_type* data() const { return _data.data(); }