Write Constants to OS in a human‐readable form.

Synopsis

Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    RootConstants const& Constants);

Return Value

Reference to OS.

Parameters

Name

Description

OS

Output stream.

Constants

Root constants parameter to print.

Created with MrDocs