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

Method operator->

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

Source from the content-addressed store, hash-verified

329 Code code;
330
331 constexpr Code const *operator->() const noexcept { return &code; }
332
333#define UN_OP(O) \
334 constexpr auto operator O() const noexcept { \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected