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

Method ListValue

common/values/list_value.h:70–72  ·  view source on GitHub ↗

NOLINTNEXTLINE(google-explicit-constructor)

Source from the content-addressed store, hash-verified

68 common_internal::IsListValueAlternativeV<absl::remove_cvref_t<T>>>>
69 // NOLINTNEXTLINE(google-explicit-constructor)
70 ListValue(T&& value)
71 : variant_(absl::in_place_type<absl::remove_cvref_t<T>>,
72 std::forward<T>(value)) {}
73
74 ListValue() = default;
75 ListValue(const ListValue&) = default;

Callers 4

ReflectionClass · 0.80
AddValuesMethod · 0.80
ValuesSizeMethod · 0.80
DynamicJsonAccessorClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected