|
|
|
|
|
||
#include <fastformat/format/specification_defect_handling/ignore_missing_arguments_scope.hpp>

Public Types | |
| typedef mismatched_arguments_scope_base | parent_class_type |
| Member Types. | |
| typedef ignore_missing_arguments_scope | class_type |
| This type. | |
Public Member Functions | |
| ignore_missing_arguments_scope () | |
| Construction. | |
| ~ignore_missing_arguments_scope () | |
| Restores the thread/process mismatched handler to the function registered prior to the construction of this instance. | |
Member Types.
The parent type
| ignore_missing_arguments_scope | ( | ) | [inline] |
Construction.
Causes the thread/process mismatched handler to be set to a function that ignores the FF_REPLACEMENTCODE_MISSING_ARGUMENT code and passes all others to the previously-registered handler
| ~ignore_missing_arguments_scope | ( | ) | [inline] |
Restores the thread/process mismatched handler to the function registered prior to the construction of this instance.
|
|
|
| FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|