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

Function init

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

Source from the content-addressed store, hash-verified

282 size_t m_len;
283
284 void init (const charT *chars, size_t len) {
285 m_chars = chars;
286 m_len = len;
287 }
288
289 template <typename r_iter>
290 size_type reverse_distance (r_iter first, r_iter last) const {

Callers 3

string_refFunction · 0.70
string_ref.hFile · 0.70
clearFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected