Searched defs:VariantToDoubleVisitor (Results 1 – 3 of 3) sorted by relevance
15 struct VariantToDoubleVisitor struct18 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()25 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
393 struct VariantToDoubleVisitor struct396 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()403 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
51 using VariantToDoubleVisitor = details::VariantToNumericVisitor<double>; typedef