class StaticString

Defined at line 30 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h

A wrapper for marking strings that can't be determined to be static at build

time, but are in fact static.

Public Members

const char * value

Public Methods

template <size_t N>
void StaticString (const char (&)[N] str)

Implicit constructor for string literals.

Defined at line 34 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h

void StaticString (std::nullptr_t )

Implicit constructor for null strings.

Defined at line 37 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h

void StaticString (const char * str)

Defined at line 39 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h

bool operator bool ()

Defined at line 41 of file ../../third_party/perfetto/include/perfetto/tracing/string_helpers.h