std::rel_ops man page on RedHat

Man page or keyword search:  
man Server   29550 pages
apropos Keyword Search (all sections)
Output format
RedHat logo
[printable version]

std::rel_ops(3)						       std::rel_ops(3)

NAME
       std::rel_ops -

SYNOPSIS
   Functions
       template<class _Tp > bool operator!= (const _Tp &__x, const _Tp &__y)
       template<class _Tp > bool operator<= (const _Tp &__x, const _Tp &__y)
       template<class _Tp > bool operator> (const _Tp &__x, const _Tp &__y)
       template<class _Tp > bool operator>= (const _Tp &__x, const _Tp &__y)

Detailed Description
       The generated relational operators are sequestered here.

Function Documentation
   template<class _Tp > bool std::rel_ops::operator!= (const _Tp &__x, const
       _Tp &__y) [inline]
       Defines != for arbitrary types, in terms of ==.

       Parameters:
	   __x A thing.
	   __y Another thing.

       Returns:
	   __x != __y

       This function uses == to determine its result.

       Definition at line 87 of file stl_relops.h.

   template<class _Tp > bool std::rel_ops::operator<= (const _Tp &__x, const
       _Tp &__y) [inline]
       Defines <= for arbitrary types, in terms of <.

       Parameters:
	   __x A thing.
	   __y Another thing.

       Returns:
	   __x <= __y

       This function uses < to determine its result.

       Definition at line 113 of file stl_relops.h.

   template<class _Tp > bool std::rel_ops::operator> (const _Tp &__x, const
       _Tp &__y) [inline]
       Defines > for arbitrary types, in terms of <.

       Parameters:
	   __x A thing.
	   __y Another thing.

       Returns:
	   __x > __y

       This function uses < to determine its result.

       Definition at line 100 of file stl_relops.h.

   template<class _Tp > bool std::rel_ops::operator>= (const _Tp &__x, const
       _Tp &__y) [inline]
       Defines >= for arbitrary types, in terms of <.

       Parameters:
	   __x A thing.
	   __y Another thing.

       Returns:
	   __x >= __y

       This function uses < to determine its result.

       Definition at line 126 of file stl_relops.h.

Author
       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++			Wed Nov 6 2013		       std::rel_ops(3)
[top]

List of man pages available for RedHat

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net