libstdc++
std::__profile Namespace Reference

Classes

Functions


Detailed Description

GNU profile code, replaces standard behavior with profile behavior.


Function Documentation

template<typename _Tp , typename _Alloc >
bool std::__profile::operator<= ( const forward_list< _Tp, _Alloc > &  __lx,
const forward_list< _Tp, _Alloc > &  __ly 
) [inline]

Based on operator<.

Definition at line 163 of file profile/forward_list.

template<typename _Tp , typename _Alloc >
bool std::__profile::operator> ( const forward_list< _Tp, _Alloc > &  __lx,
const forward_list< _Tp, _Alloc > &  __ly 
) [inline]

Based on operator<.

Definition at line 149 of file profile/forward_list.

template<typename _Tp , typename _Alloc >
bool std::__profile::operator>= ( const forward_list< _Tp, _Alloc > &  __lx,
const forward_list< _Tp, _Alloc > &  __ly 
) [inline]

Based on operator<.

Definition at line 156 of file profile/forward_list.

template<typename _Tp , typename _Alloc >
void std::__profile::swap ( forward_list< _Tp, _Alloc > &  __lx,
forward_list< _Tp, _Alloc > &  __ly 
) [inline]

See std::forward_list::swap().

Definition at line 170 of file profile/forward_list.