libstdc++: std::minus< _Tp > Struct Template Reference (original) (raw)

#include <[stl_function.h](a00437%5Fsource.html)>

Public Types
typedef _Tp first_argument_type
typedef _Tp result_type
typedef _Tp second_argument_type
Public Member Functions
constexpr _Tp operator() (const _Tp &__x, const _Tp &__y) const

template<typename _Tp>
struct std::minus< _Tp >

One of the math functors.

Definition at line 195 of file stl_function.h.

first_argument_type

first_argument_type is the type of the first argument

Definition at line 134 of file stl_function.h.

result_type

second_argument_type

second_argument_type is the type of the second argument

Definition at line 137 of file stl_function.h.

operator()()

template<typename _Tp >

constexpr _Tp std::minus< _Tp >::operator() ( const _Tp & __x, const _Tp & __y ) const inlineconstexpr

The documentation for this struct was generated from the following file: