Dummy derivate of std::vector to be able to use it in templates simultaenously with std::shared_ptr, which takes only one template argument while std::vector takes three.
More...
Inherits std::vector< T >.
template<typename T>
class Assimp::Blender::vector< T >
Dummy derivate of std::vector to be able to use it in templates simultaenously with std::shared_ptr, which takes only one template argument while std::vector takes three.
Also we need to provide some special member functions of shared_ptr
The documentation for this class was generated from the following file: