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
alloc_construct, alloc_destroy
checked_delete
default_allocator
demangle
empty_value
enable_if
exchange
explicit_operator_bool
first_scalar
ignore_unused
is_same
lightweight_test
no_exceptions_support
noinit_adaptor
noncopyable
null_deleter
pointer_traits
quick_exit
ref
scoped_enum
swap
typeinfo
uncaught_exceptions
use_default

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: August 14, 2019 at 12:07:18 GMT


Next