OSVR-Core
Public Types | Protected Member Functions | List of all members
osvr::util::detail::ContainerWrapperBase< Container > Class Template Reference

Terminal base class for container wrapper functionality. More...

#include <ContainerWrapper.h>

Public Types

typedef Container::value_type value_type
 
typedef Container::reference reference
 
typedef Container::const_reference const_reference
 
typedef Container::size_type size_type
 
typedef Container::iterator iterator
 
typedef Container::const_iterator const_iterator
 

Protected Member Functions

Container & container ()
 
Container const & container () const
 
Container const & ccontainer () const
 

Detailed Description

template<typename Container>
class osvr::util::detail::ContainerWrapperBase< Container >

Terminal base class for container wrapper functionality.


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