32 template<
class T,
int SizeMin>
35 const labelRange& slice
45 if (slice.end_value() >= this->size())
48 this->
resize(slice.begin_value());
56 this->begin(slice.end_value()),
58 this->begin(slice.begin_value())
61 this->
resize(this->size() - slice.size());
patchWriters resize(patchIds.size())
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects...