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