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

Class ABSL_DEPRECATED

common/internal/casting.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58// Implementation of `cel::InstanceOf`.
59template <typename To>
60struct ABSL_DEPRECATED("Use Is member functions instead.")
61 InstanceOfImpl final {
62 static_assert(!std::is_pointer_v<To>, "To must not be a pointer");
63 static_assert(!std::is_array_v<To>, "To must not be an array");

Callers 10

cel_unparser.hFile · 0.50
options.hFile · 0.50
utf8.hFile · 0.50
constant.hFile · 0.50
map_type.hFile · 0.50
string_value.hFile · 0.50
duration_value.hFile · 0.50
timestamp_value.hFile · 0.50
error_value.hFile · 0.50
bytes_value.hFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected