OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unary_function
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_function.h
98
* The standard library provides two class templates, `
unary_function
` and
117
struct
unary_function
struct
178
// Ignore warnings about
unary_function
and binary_function.
235
struct negate : public
unary_function
<_Tp, _Tp>
813
struct logical_not : public
unary_function
<_Tp, bool>
917
struct bit_not : public
unary_function
<_Tp, _Tp>
1000
* : public std::
unary_function
<int, bool>
1022
: public
unary_function
<typename _Predicate::argument_type, bool>
1083
* from the base classes `
unary_function
` and `binary_function`).
1102
class pointer_to_unary_function : public
unary_function
<_Arg, _Result
[
all
...]
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_function.h
98
* The standard library provides two class templates, `
unary_function
` and
117
struct
unary_function
struct
178
// Ignore warnings about
unary_function
and binary_function.
235
struct negate : public
unary_function
<_Tp, _Tp>
816
struct logical_not : public
unary_function
<_Tp, bool>
920
struct bit_not : public
unary_function
<_Tp, _Tp>
1003
* : public std::
unary_function
<int, bool>
1025
: public
unary_function
<typename _Predicate::argument_type, bool>
1086
* from the base classes `
unary_function
` and `binary_function`).
1105
class pointer_to_unary_function : public
unary_function
<_Arg, _Result
[
all
...]
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026