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