|
OXY API 1.0
OXY API Library Documentation
|
Function object to expand environment variables in settings paths. More...
#include <settings.hpp>
Public Member Functions | |
| settings_t & | operator() (settings_t &setts) const |
Function object to expand environment variables in settings paths.
This function object takes a settings_t instance and expands any environment variables present in the folder paths. It uses the expandEnvVar function to perform the expansion and returns the modified settings_t instance with expanded paths.
|
inline |
| setts | - The settings_t instance containing paths to expand. |
References oxy::expandEnvVar.