ZFFramework
 
Loading...
Searching...
No Matches
zfstldeque.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_zfstldeque_h_
7#define _ZFI_zfstldeque_h_
8
9#include "zfstl_define.h"
10#include <deque>
11
12// ============================================================
14#ifndef zfstldeque
15 #define zfstldeque std::deque
16#endif
17
18#endif // #ifndef _ZFI_zfstldeque_h_
19
stl wrapper, note it's internal use only