folly::symbolizer::operator<<

Write a Path to an output stream.

Synopsis

Declared in <folly/debugging/symbolizer/SymbolizedFrame.h>

std::ostream&
operator<<(
    std::ostream& out,
    Path const& path);

Return Value

The output stream out.

Parameters

NameDescription
outThe stream to write to.
pathThe path to write.