Searched defs:nth_root_functor_1deriv (Results 1 – 1 of 1) sorted by relevance
225 struct nth_root_functor_1deriv struct230 nth_root_functor_1deriv(T const& to_find_root_of) : a(to_find_root_of) in nth_root_functor_1deriv() argument233 std::pair<T, T> operator()(T const& x) in operator ()()241 T a; // to be 'nth_rooted'.