HomeSort by: relevance | last modified time | path
    Searched defs:unary_negate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_function.h 993 * `unary_negate` or `binary_negate`, respectively. Those classes are
1010 * The not1/unary_negate combination works on predicates taking a single
1021 class _GLIBCXX17_DEPRECATED unary_negate class in inherits:unary_function
1030 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
1042 inline unary_negate<_Predicate>
1044 { return unary_negate<_Predicate>(__pred); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_function.h 996 * `unary_negate` or `binary_negate`, respectively. Those classes are
1013 * The not1/unary_negate combination works on predicates taking a single
1024 class _GLIBCXX17_DEPRECATED unary_negate class in inherits:unary_function
1033 unary_negate(const _Predicate& __x) : _M_pred(__x) { } function in class:unary_negate
1045 inline unary_negate<_Predicate>
1047 { return unary_negate<_Predicate>(__pred); }

Completed in 35 milliseconds