MCPcopy Create free account
hub / github.com/FastLED/FastLED / string_view

Method string_view

src/fl/stl/string_view.h:39–39  ·  view source on GitHub ↗

======= CONSTRUCTORS ======= Default constructor - empty view

Source from the content-addressed store, hash-verified

37 // ======= CONSTRUCTORS =======
38 // Default constructor - empty view
39 constexpr string_view() FL_NOEXCEPT : mData(nullptr), mSize(0) {}
40
41 // Constructor from null-terminated C string
42 constexpr string_view(const char* str) FL_NOEXCEPT

Callers

nothing calls this directly

Calls 1

strlenFunction · 0.85

Tested by

no test coverage detected