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

Class Assign

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

Source from the content-addressed store, hash-verified

113};
114
115template <typename Var, typename Expr> struct Assign {
116 Var var;
117 Expr expr;
118};
119
120template <detail::string::StringLiteral, typename... Args> struct Operator {
121 bundle::Bundle<Args...> args;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected