/home/ntakagi/work/STLport-5.1.5/stlport/stl/_queue.h File Reference#include <stl/_deque.h>
#include <stl/_vector.h>
#include <stl/_heap.h>
#include <stl/_function_base.h>
Go to the source code of this file.
Define Documentation
#define _STLP_QUEUE_ARGS _Tp, _Sequence |
#define _STLP_QUEUE_HEADER_ARGS class _Tp, class _Sequence |
Function Documentation
template<_STLP_QUEUE_HEADER_ARGS >
bool _STLP_CALL operator< |
( |
const queue< _STLP_QUEUE_ARGS > & |
__x, |
|
|
const queue< _STLP_QUEUE_ARGS > & |
__y | |
|
) |
| | [inline] |
template<_STLP_QUEUE_HEADER_ARGS >
bool _STLP_CALL operator== |
( |
const queue< _STLP_QUEUE_ARGS > & |
__x, |
|
|
const queue< _STLP_QUEUE_ARGS > & |
__y | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:49 2008 by
1.5.1
|