std::divides

From Cppreference

Jump to: navigation, search
Defined in header <functional>

template< class T >
struct divides;

Function object for performing division.

[edit] Member types

type definition
result_type T
first_argument_type T
second_argument_type T

[edit] Member functions

Returns the result of the division of its first argument by its second argument
(public member function)