Searched defs:VariantToDoubleVisitor (Results 1 – 3 of 3) sorted by relevance
14 struct VariantToDoubleVisitor struct18 operator()(const T& t) const in operator ()()25 operator()([[maybe_unused]] const T& t) const in operator ()()
438 struct VariantToDoubleVisitor struct441 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()448 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
49 using VariantToDoubleVisitor = details::VariantToNumericVisitor<double>; typedef