libstdc++
|
#include <stl_function.h>
Public Types | |
typedef _Tp | argument_type |
typedef _Tp | result_type |
Public Member Functions | |
constexpr _Tp | operator() (const _Tp &__x) const |
One of the math functors.
Definition at line 231 of file stl_function.h.
|
inherited |
argument_type
is the type of the argument
Definition at line 120 of file stl_function.h.
|
inherited |
result_type
is the return type
Definition at line 123 of file stl_function.h.
|
inlineconstexpr |
Definition at line 235 of file stl_function.h.