![]() |
XRootD
|
Static Public Member Functions | |
template<typename... Args> | |
static std::string | toString (Args &&...args) |
Anything-to-string conversion, the only reason to put this in its own class is to keep the stringstream parsing methods out of the public namespace.
Definition at line 31 of file XrdEcRedundancyProvider.cc.
|
inlinestatic |
Convert an arbitrary number of arguments of variable type to a single std::string.
args | the input arguments to convert to string. |
Definition at line 40 of file XrdEcRedundancyProvider.cc.