Set the process‐wide Iso8601UtilConfiguration to the specified configuration.

Synopsis

Declared in <bdlt_iso8601utilconfiguration.h>

static
void
setDefaultConfiguration(Iso8601UtilConfiguration const& configuration);

Description

Note that the expected usage is that the process‐wide configuration will be established once, early in main, and not changed throughout the lifetime of a process.

Parameters

Name

Description

configuration

configuration to install as the process‐wide default

Created with MrDocs