Format the specified tagClass to the specified output stream and return a reference providing modifiable access to stream.
Synopsis
Declared in <balber_berconstants.h>
std::ostream&
operator<<(
std::ostream& stream,
BerConstants::TagClass tagClass);
Return Value
reference providing modifiable access to stream
Parameters
Name |
Description |
stream |
output stream |
tagClass |
tag class to format |
Created with MrDocs