ConfigIterator.config

The full parsed configuration. This contains all sections of the configuration, but only those that begin with the root string are iterated upon.

struct ConfigIterator(T, Source = ConfigParser)
Source config;

Meta