libstdc++
|
GNU profile code, replaces standard behavior with profile behavior.
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.
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.
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.
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.