[#example-ExampleObject-2constructor] = xref:example.adoc[example]::xref:example/ExampleObject.adoc[ExampleObject]::ExampleObject :relfileprefix: ../../ :mrdocs: Construct an ExampleObject holding the given string value. == Synopsis Declared in `<folly/logging/example/lib.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit ExampleObject(xref:folly/StringPiece.adoc[folly::StringPiece] str); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | The string value to store. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#