A flag type to indicate if a locale fallback should be permitted. More...
#include <SetUp.hpp>
Public Member Functions | |
| bool | anyAllowed () const noexcept |
Public Attributes | |
| bool | isCFallbackAllowed_ {false} |
| When true, the locale C fallback is allowed, false it is not. | |
| bool | isUtfFallbackAllowed_ {false} |
| When true, the locale ".UTF" fallback is allowed, false it is not. | |
A flag type to indicate if a locale fallback should be permitted.
|
nodiscardnoexcept |
@breif Determines if any fallback is set to be allowed.
| bool pecunia::ShouldAllowFallback::isCFallbackAllowed_ {false} |
When true, the locale C fallback is allowed, false it is not.
| bool pecunia::ShouldAllowFallback::isUtfFallbackAllowed_ {false} |
When true, the locale ".UTF" fallback is allowed, false it is not.