visstlwrappers.h

来自「microsoft vision source code」· C头文件 代码 · 共 11 行

H
11
字号
// VisStlWrappers.h
//
// Wrapper classes for common STL classes.  For some STL types, these
// wrappers will use virtual methods to avoid problems with passing
// STL types between different program modules.
//
// In the Vision SDK, we use the following STL types:
// vector, deque, list, set, map, string, istream, ostream, ifstream, ofstream
// (We may also want to use std::stack).
//
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?