PStack  2.0
Stack trace printer for MSVC and GCC binaries
psystem::format::internal::mask_ostream_output_tag< T > Struct Template Reference

Internal, intermediate result of the mask() function. More...

#include <iomanip.hpp>

Collaboration diagram for psystem::format::internal::mask_ostream_output_tag< T >:

Public Attributes

value
 The value to output.
 

Detailed Description

template<typename T>
struct psystem::format::internal::mask_ostream_output_tag< T >

Internal, intermediate result of the mask() function.

Template Parameters
TThe template parameter must be an integral type.
Note
This class is only available on the stack. It cannot use psystem::stack_allocated because you cannot have an initializer-list constructed struct with a base class that is not also initializer-list constructed.

The documentation for this struct was generated from the following file: