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

Function object to remove quotes from a string. More...

#include <settings.h>

Public Member Functions

std::string operator() (std::string input) const

Detailed Description

Function object to remove quotes from a string.

Member Function Documentation

◆ operator()()

std::string oxy::sync::settings::remove_quote_fn::operator() ( std::string input) const
inline
Parameters
input- The input string from which to remove quotes.
Returns
A string with quotes removed from the beginning and end, if present.