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

Class Operator

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

Source from the content-addressed store, hash-verified

118};
119
120template <detail::string::StringLiteral, typename... Args> struct Operator {
121 bundle::Bundle<Args...> args;
122};
123
124template <typename To, typename From> struct Cast {
125 From from;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected