Assimp  v4.1. (December 2018)
Assimp::Blender::vector< T > Class Template Reference

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 >.

Public Member Functions

 operator bool () const
 
void reset ()
 

Detailed Description

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

Member Function Documentation

◆ operator bool()

template<typename T>
Assimp::Blender::vector< T >::operator bool ( ) const
inline

◆ reset()

template<typename T>
void Assimp::Blender::vector< T >::reset ( )
inline

The documentation for this class was generated from the following file: