Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ swap
Method
swap
parser/macro.h:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
friend void swap(Macro& lhs, Macro& rhs) noexcept {
130
using std::swap;
131
swap(lhs.rep_, rhs.rep_);
132
}
133
134
ABSL_DEPRECATED(
"use MacroRegistry and RegisterStandardMacros"
)
135
static std::vector<Macro> AllMacros();
Callers
nothing calls this directly
Calls
1
swap
Function · 0.50
Tested by
no test coverage detected