Write a Path to an output stream.
Declared in <folly/debugging/symbolizer/SymbolizedFrame.h>
std::ostream&
operator<<(
std::ostream& out,
Path const& path);
The output stream out.
| Name | Description |
|---|---|
| out | The stream to write to. |
| path | The path to write. |