example::ExampleObject::ExampleObject

Construct an ExampleObject holding the given string value.

Synopsis

Declared in <folly/logging/example/lib.h>

explicit
ExampleObject(folly::StringPiece str);

Parameters

NameDescription
strThe string value to store.