Typedef for the inner type of the vector.

Cloonel Jump doesn't have this but it's a minor change
and I should really add it there as well.
This commit is contained in:
King_DuckZ 2014-12-09 23:51:19 +01:00
parent 49f611853c
commit 369caf503d

View file

@ -40,6 +40,8 @@ namespace cloonel {
class Vector { class Vector {
template <typename U, uint32_t R> friend class Vector; template <typename U, uint32_t R> friend class Vector;
public: public:
typedef T value_type;
#if defined(DONT_GUESS_NOEXCEPT) #if defined(DONT_GUESS_NOEXCEPT)
Vector ( void ) = default; Vector ( void ) = default;
explicit Vector ( T parValue ); explicit Vector ( T parValue );