-
C++ templates enable you to define a family of functions or classes that can operate on different types of information. The Microsoft implementation of C++ templates is based on the ISO/ANSI C++ Standard.
msdn.microsoft.com/ko-kr/library/y097fkab.aspx
-
The OLE DB templates make OLE DB data access easier. Visual C++ provides template classes that implement many of the commonly used OLE DB interfaces. You can use the Visual C++ consumer templates to write an OLE DB client ...
msdn.microsoft.com/ko-kr/library/2e1ecxey(VS.80).aspx
-
The OLE DB templates make OLE DB data access easier. Visual C++ provides template classes that implement many of the commonly used OLE DB interfaces. You can use the Visual C++ consumer templates to write an OLE DB client ...
msdn.microsoft.com/ko-kr/library/2e1ecxey.aspx
-
Templates, which are sometimes called parameterized types, are mechanisms for generating functions and classes based on type parameters. By using templates, you can design a single class or function that operates on data of many ...
msdn.microsoft.com/ko-kr/library/zyd3wwk6.aspx
-
현재 프로젝트의 모든 템플릿을 나타냅니다.
msdn.microsoft.com/ko-kr/library/envdte90.templates.aspx
-
You can use class templates to create a family of classes that operate on a type. Class templates are parameterized types. They imply that a separate class could be created for each conceivable value of the parameters (known as ...
msdn.microsoft.com/ko-kr/library/ffef594x.aspx
-
Generics and templates are both language features that provide support for parameterized types. However, they are different and have different uses. This topic provides an overview of the many differences.
msdn.microsoft.com/ko-kr/library/sbh15dya.aspx
-
Class templates allow you to define a type and create one or more instantiations of the type using different type parameters. For more information on standard C++ class templates, see Class Templates.
msdn.microsoft.com/ko-kr/library/ms177213.aspx
-
Domain-Specific Language Tools includes a text template transformation toolkit that supports the processing of text templates. A text template is a file that contains a mixture of text blocks and control logic. When you transform ...
msdn.microsoft.com/ko-kr/library/bb126445.aspx
-
Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.
visualstudiogallery.msdn.microsoft.com/en-us/4ed8a367-0166-40e2-9eab-76b2d06c6da4