OXY-SYNC-CONTAINER 1.0
OXY-SYNC-CONTAINER Library Documentation
Loading...
Searching...
No Matches
oxy::sync::settings::expand_fn Struct Reference

Function object to expand environment variables in settings paths. More...

#include <settings.h>

Public Member Functions

settings_toperator() (settings_t &setts) const

Detailed Description

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.