static const_iterator end( const container_type &x ) { return x.data().end(); }
value_type* data() { return _data.data(); }
static const_iterator begin( const container_type &x ) { return x.data().begin(); }
const value_type* data() const { return _data.data(); }