Searched defs:overload_ce_implicit_hd (Results 1 – 1 of 1) sorted by relevance
62 template <typename T> constexpr T overload_ce_implicit_hd(T a) { return a+1; } in overload_ce_implicit_hd() function82 template <> constexpr double overload_ce_implicit_hd(double a) { return a + 3.0; }; in overload_ce_implicit_hd() function