Chinaunix首页 | 论坛 | 博客
  • 博客访问: 501766
  • 博文数量: 174
  • 博客积分: 8001
  • 博客等级: 中将
  • 技术积分: 1840
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-04 19:30
文章分类

全部博文(174)

文章存档

2011年(1)

2010年(24)

2009年(149)

我的朋友

分类: C/C++

2009-03-11 13:56:03

The STL documentation classifies components in two ways.

  1. Categories are a classification by functionality. The categories are:
    • Container
    • Iterator
    • Algorithm
    • Function Object
    • Utility(very basic concepts and functions that are used in many different parts of the library.)
    • Adaptor
    • Allocator(some low-level mechanisms for allocating and deallocating memory.)
  2. Component types are a structural classification: one based on what kind of C++ entity (if any) a component is. The component types are:
    • Type 
    • Function
    • Concept

阅读(628) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~