|
OXY-SYNC-DIRECTORY 1.0
OXY-SYNC-DIRECTORY Library Documentation
|
A function object that removes surrounding quotes from a string if they exist. More...
#include <settings.hpp>
Public Member Functions | |
| std::string | operator() (std::string input) const |
| Removes surrounding quotes from the input string if they exist. | |
A function object that removes surrounding quotes from a string if they exist.
|
inline |
Removes surrounding quotes from the input string if they exist.
| input | The input string potentially containing surrounding quotes. |