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

Method operator()

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

Source from the content-addressed store, hash-verified

159
160 constexpr operator none::None() const noexcept { return result; }
161 constexpr auto operator()() const noexcept { return *this; }
162 constexpr auto operator()(auto value) const noexcept {
163 return Break<decltype(value)>{value};
164 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected