template <>
struct is_incomplete_type
Defined at line 414 of file ../../third_party/perfetto/include/perfetto/tracing/traced_value.h
sizeof is not available for const char[], but it's still not considered to be
an incomplete type for our purposes as the size can be determined at runtime
due to strings being null-terminated.
Public Members
static const bool value