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

Method cend

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

Source from the content-addressed store, hash-verified

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 };
97
98 /// @brief Container wrapper for consumers that want iterator methods,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected