MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / raw

Method raw

include/stringzilla/stringzilla.hpp:381–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379 }
380
381 inline sz_cptr_t raw() const noexcept { return reinterpret_cast<sz_cptr_t>(&lut_[0]); }
382 inline char_type &operator[](char_type c) noexcept { return lut_[sz_bitcast_(unsigned_type_, c)]; }
383 inline char_type const &operator[](char_type c) const noexcept { return lut_[sz_bitcast_(unsigned_type_, c)]; }
384};

Callers 8

operator()Method · 0.80
find_first_ofMethod · 0.80
find_last_ofMethod · 0.80
lstripMethod · 0.80
rstripMethod · 0.80
stripMethod · 0.80
lookupMethod · 0.80
lookupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected