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

Method get

internal/manual.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 Manual& operator=(Manual&&) = delete;
45
46 constexpr T* absl_nonnull get() ABSL_ATTRIBUTE_LIFETIME_BOUND {
47 return std::launder(reinterpret_cast<T*>(&storage_[0]));
48 }
49
50 constexpr const T* absl_nonnull get() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
51 return std::launder(reinterpret_cast<const T*>(&storage_[0]));

Callers 15

PreVisitExprMethod · 0.45
PostVisitExprMethod · 0.45
TESTFunction · 0.45
MatchAndExplainMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
operator<Method · 0.45
TESTFunction · 0.45
TEST_PFunction · 0.45
TEST_PFunction · 0.45
MakeStringValueFunction · 0.45

Calls

no outgoing calls

Tested by 11

TESTFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
MakeStringValueFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
runtimeMethod · 0.36
compilerMethod · 0.36
expression_sourceMethod · 0.36