MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / begin

Function begin

src/include/string_ref.h:137–137  ·  view source on GitHub ↗

iterators

Source from the content-addressed store, hash-verified

135
136 // iterators
137 const_iterator begin() const { return m_chars; }
138 const_iterator end() const { return m_chars + m_len; }
139 const_iterator cbegin() const { return m_chars; }
140 const_iterator cend() const { return m_chars + m_len; }

Callers 2

rendFunction · 0.70
crendFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected