Searched defs:VariantToDoubleVisitor (Results 1 – 3 of 3) sorted by relevance
14 struct VariantToDoubleVisitor struct17 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()24 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
439 struct VariantToDoubleVisitor struct442 std::enable_if_t<std::is_arithmetic<T>::value, double> operator()( in operator ()()449 std::enable_if_t<!std::is_arithmetic<T>::value, double> operator()( in operator ()()
51 using VariantToDoubleVisitor = details::VariantToNumericVisitor<double>; typedef