mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
ArrayRef: Add value_type typedef like std containers.
This commit is contained in:
@@ -34,6 +34,7 @@ namespace wpi {
|
||||
typedef const T *iterator;
|
||||
typedef const T *const_iterator;
|
||||
typedef size_t size_type;
|
||||
typedef T value_type;
|
||||
|
||||
typedef std::reverse_iterator<iterator> reverse_iterator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user