Boost C++ Libraries Home Libraries People FAQ More

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
nvp
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: December 10, 2019 at 00:23:42 GMT


Next