rapidcsv_ConverterParams.md
March 5, 2022 ยท View on GitHub
class rapidcsv::ConverterParams
Datastructure holding parameters controlling how invalid numbers (including empty strings) should be handled.
ConverterParams (const bool pHasDefaultConverter = false, const long double pDefaultFloat = std::numeric_limits<long double>::signaling_NaN(), const long long pDefaultInteger = 0, const bool pNumericLocale = true)
Constructor.
Parameters
pHasDefaultConverterspecifies if conversion of non-numerical strings shall be converted to a default numerical value, instead of causing an exception to be thrown (default).pDefaultFloatfloating-point default value to represent invalid numbers.pDefaultIntegerinteger default value to represent invalid numbers.pNumericLocalespecifies whether to honor LC_NUMERIC locale (default true).