MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / swap

Method swap

common/expr.h:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 ABSL_MUST_USE_RESULT std::string release_name() { return release(name_); }
138
139 friend void swap(IdentExpr& lhs, IdentExpr& rhs) noexcept {
140 using std::swap;
141 swap(lhs.name_, rhs.name_);
142 }
143
144 private:
145 friend class Expr;

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected