#include <MultiArg.h>
Friends | |
class | MultiArg< T > |
It is used because we need a special implementation to deal with std::string and making a specialiced function puts it in the T segment, thus generating link errors. Having a specialiced class makes the symbols weak. This is not pretty but I don't know how to make it work any other way.
Definition at line 64 of file MultiArg.h.
friend class MultiArg< T > [friend] |
Definition at line 66 of file MultiArg.h.