Standard C++ Library Class Reference
Interface
template <class T>
 struct divides : binary_function<T, T, T> 
{
 typedef typename binary_function<T, T, T>::second_argument_type
 second_argument_type;
 typedef typename binary_function<T, T, T>::first_argument_type 
 first_argument_type;
 typedef typename binary_function<T, T, T>::result_type 
 result_type;
 T operator() (const T&, const T&) const;
};
See Also
binary_function, Function Objects










