SpiecsEngine
 
Loading...
Searching...
No Matches

◆ End()

template<typename T >
T * scl::vector< T >::End ( ) const
inline

Get vector End Pointer.

Returns
Return vector End Pointer.

Definition at line 41 of file Vector.h.

41{ return m_End; }
T * m_End
Vector End Pointer.
Definition Vector.h:78

References scl::vector< T >::m_End.