Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
Next

Chapter 1. Boost.Core

Distributed under the Boost Software License, Version 1.0.

Table of Contents

Introduction
addressof
checked_delete
demangle
enable_if
explicit_operator_bool
ignore_unused
is_same
lightweight_test
no_exceptions_support
noncopyable
null_deleter
ref
scoped_enum
swap
typeinfo

The Boost.Core library is a collection of core utilities. The criteria for inclusion is that the utility component be:

  • simple,
  • used by other Boost libraries, and
  • not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef.

Last revised: October 30, 2014 at 10:17:21 GMT


Next