Check if OS is a pointer of type raw_fd_stream*.

Synopsis

Declared in <llvm/Support/raw_ostream.h>

static
bool
classof(raw_ostream const* OS);

Return Value

True if OS is a raw_fd_stream.

Parameters

Name

Description

OS

Stream pointer to test.

Created with MrDocs