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

Method swap

common/value.h:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 Value Clone(google::protobuf::Arena* absl_nonnull arena) const;
471
472 friend void swap(Value& lhs, Value& rhs) noexcept {
473 using std::swap;
474 swap(lhs.variant_, rhs.variant_);
475 }
476
477 friend std::ostream& operator<<(std::ostream& out, const Value& value);
478

Callers 7

NewSourceImplFunction · 0.45
VariableDeclClass · 0.45
release_valueMethod · 0.45
OverloadDeclClass · 0.45
FunctionDeclClass · 0.45

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected