#include <stl_function.h>
Inheritance diagram for std::modulus< Type >:
Public Types | |
typedef Type | first_argument_type |
the type of the first argument (no surprises here) | |
typedef Type | second_argument_type |
the type of the second argument | |
typedef Type | result_type |
type of the return type | |
Public Member Functions | |
Type | operator() (const Type &x, const Type &y) const |
Definition at line 152 of file stl_function.h.
typedef Type std::binary_function< Type , Type , Type >::first_argument_type [inherited] |
typedef Type std::binary_function< Type , Type , Type >::second_argument_type [inherited] |
typedef Type std::binary_function< Type , Type , Type >::result_type [inherited] |