[#ScopedDataStreamUsage] = ScopedDataStreamUsage :mrdocs: Require empty scratch streams on entry and reset them on exit. == Synopsis Declared in `<streams.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ScopedDataStreamUsage; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:ScopedDataStreamUsage/2constructor-0c.adoc[`ScopedDataStreamUsage`] [.small]#[constructor]# | Constructors | xref:ScopedDataStreamUsage/2destructor.adoc[`~ScopedDataStreamUsage`] [.small]#[destructor]# | Clear the referenced stream on destruction. | xref:ScopedDataStreamUsage/operator_assign.adoc[`operator=`] [.small]#[deleted]# | Deleted copy assignment; this guard is non‐copyable. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#