Skip to content
Snippets Groups Projects
ParsersStandardList4.cpp 164 B
Newer Older
#include "ParsersStandardListCommon.h"
PARSERS_DEF_FOR_LIST(double)
PARSERS_DEF_FOR_LIST(float)
PARSERS_DEF_FOR_LIST(long double)
PARSERS_DEF_FOR_LIST(std::string)