libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::detail::PositivePaddingFacet< CharType > Class Template Reference

#include <stream_util.hpp>

Inheritance diagram for fly::detail::PositivePaddingFacet< CharType >:
Collaboration diagram for fly::detail::PositivePaddingFacet< CharType >:

Protected Member Functions

CharType do_widen (char ch) const override
 
const char * do_widen (const char *begin, const char *end, CharType *dest) const override
 

Detailed Description

template<fly::StandardCharacter CharType>
class fly::detail::PositivePaddingFacet< CharType >

Helper facet to support BasicFormatSpecifier::Sign::NegativeOnlyWithPositivePadding. Overrides std::ctype to replace the positive sign character with a space.

Author
Timothy Flynn (trfly.nosp@m.nn89.nosp@m.@pm.m.nosp@m.e)
Version
January 3, 2021

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