MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / cbegin

Method cbegin

inc/osvr/Util/ContainerWrapper.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 typedef typename Container::const_iterator const_iterator;
92 const_iterator begin() const { return Base::container().begin(); }
93 const_iterator cbegin() const { return Base::container().cbegin(); }
94 const_iterator end() const { return Base::container().end(); }
95 const_iterator cend() const { return Base::container().cend(); }
96 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected