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:
parent
49f611853c
commit
369caf503d
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ namespace cloonel {
|
|||
class Vector {
|
||||
template <typename U, uint32_t R> friend class Vector;
|
||||
public:
|
||||
typedef T value_type;
|
||||
|
||||
#if defined(DONT_GUESS_NOEXCEPT)
|
||||
Vector ( void ) = default;
|
||||
explicit Vector ( T parValue );
|
||||
|
|
Loading…
Add table
Reference in a new issue