MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / operator[]

Method operator[]

gil/gil.impl.hpp:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 static constexpr unsigned size = n;
341
342 constexpr auto operator[](unsigned idx) const noexcept { return str[idx]; }
343};
344
345template <unsigned n> StringLiteral(char const (&)[n]) -> StringLiteral<n - 1>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected