Construct an ExampleObject holding the given string value.
Synopsis
Declared in <folly/logging/example/lib.h>
explicit
ExampleObject(folly::StringPiece str);
Parameters
Name |
Description |
str |
The string value to store. |
Created with MrDocs