ReactOS 0.4.15-dev-7842-g558ab78
positive Struct Reference

#include <unary.h>

Inheritance diagram for positive:
Collaboration diagram for positive:

Public Member Functions

bool operator() (int n_) const
 

Additional Inherited Members

- Public Types inherited from unary_function< int, bool >
typedef int argument_type
 
typedef bool result_type
 
- Protected Member Functions inherited from unary_function< int, bool >
 ~unary_function ()
 

Detailed Description

Definition at line 15 of file unary.h.

Member Function Documentation

◆ operator()()

bool positive::operator() ( int  n_) const
inline

Definition at line 16 of file unary.h.

16{ return n_ >= 0; }

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