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
checked_delete
demangle
enable_if
explicit_operator_bool
ignore_unused
is_same
lightweight_test
no_exceptions_support
noncopyable
null_deleter
pointer_traits
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: September 02, 2017 at 09:59:57 GMT


Next