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

Function FastMoveAssign

common/values/value_variant.h:792–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

790 }
791
792 ABSL_ATTRIBUTE_ALWAYS_INLINE void FastMoveAssign(
793 ValueVariant& other) noexcept {
794 FastCopyAssign(other);
795 }
796
797 void SlowCopyConstruct(const ValueVariant& other) noexcept;
798

Callers 2

value_variant.hFile · 0.85
SlowMoveAssignMethod · 0.85

Calls 1

FastCopyAssignFunction · 0.85

Tested by

no test coverage detected