OSVR-Core
|
Container wrapper mixin for consumers that want the array subscript operator, including also const-array subscript methods. More...
#include <ContainerWrapper.h>
Public Types | |
typedef Container::size_type | size_type |
typedef Container::reference | reference |
typedef Container::const_reference | const_reference |
Public Member Functions | |
reference | operator[] (size_type index) |
const_reference | operator[] (size_type index) const |
![]() | |
Base (int an_x) | |
int | x () const |
Container wrapper mixin for consumers that want the array subscript operator, including also const-array subscript methods.