Stream insertion operator
Declared in <llvm/Frontend/HLSL/HLSLRootSignature.h>
raw_ostream&
operator<<(
raw_ostream& OS,
StaticSampler const& StaticSampler);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| StaticSampler | The object to output |