STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
cliext
ref_negate
Static Public Member Functions
|
List of all members
cliext::ref_negate< _Arg_t > Class Template Reference
Inheritance diagram for cliext::ref_negate< _Arg_t >:
Static Public Member Functions
static
result_type
function
(
argument_type
_Left
)
Additional Inherited Members
Public Types inherited from
cliext::unary_function< _Arg_t, _Arg_t >
typedef _Arg_t
argument_type
typedef _Arg_t
result_type
Member Function Documentation
template<typename _Arg_t >
static
result_type
cliext::ref_negate
< _Arg_t >::
function
(
argument_type
_Left
)
inline
static
90
{
// do the operation
91
return
(-
_Left
);
92
}
_Left
constexpr const _Ty &() _Left
Definition:
algorithm:3722
The documentation for this class was generated from the following file:
VS2017/inc/cliext/
functional
Generated on Sat Jul 22 2017 14:39:16 for STLdoc by
1.8.8