Stdext: STL Extensions

Introduction

StdExt means STL (Standard Template Library) extensions. It extends STL and provides a set of classes for diagnosis, memory management, unit tests, file io, etc.

Why I develop StdExt, since there are STL, Boost, Loki libraries? See Dive into StdExt.

StdExt Components

Memory management

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License