Stream insertion operator
Synopsis
Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>
raw_ostream&
operator<<(
raw_ostream& OS,
DescriptorTable const& Table);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
Table |
The object to output |
Created with MrDocs