samedi 18 avril 2015

Array template syntax outside of unique_ptr

The syntax std::unique_ptr<T[]> can be used describe the (templated) type of a unique_ptr whose underlying raw pointer is pointing to an array of Ts. I'm wondering what the syntax T[] means generally. Does it get used outside of smart pointers? Is it possible for e.g. vector<T[]> to ever be useful?


Aucun commentaire:

Enregistrer un commentaire