OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::util::detail::ContainerWrapperSubscript< Container, Base > Class Template Reference

Container wrapper mixin for consumers that want the array subscript operator, including also const-array subscript methods. More...

#include <osvr/Util/ContainerWrapper.h>

Inheritance diagram for osvr::util::detail::ContainerWrapperSubscript< Container, Base >:

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
 

Detailed Description

template<typename Container, typename Base>
class osvr::util::detail::ContainerWrapperSubscript< Container, Base >

Container wrapper mixin for consumers that want the array subscript operator, including also const-array subscript methods.

Definition at line 145 of file ContainerWrapper.h.


The documentation for this class was generated from the following file: