Container wrapper for consumers that want const iterator methods. More...
#include <osvr/Util/ContainerWrapper.h>
Public Types | |
typedef Container::const_iterator | const_iterator |
Public Member Functions | |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | end () const |
const_iterator | cend () const |
Container wrapper for consumers that want const iterator methods.
Definition at line 95 of file ContainerWrapper.h.