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 ()()
389 struct VariantToDoubleVisitor struct392 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()399 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
51 using VariantToDoubleVisitor = details::VariantToNumericVisitor<double>; typedef