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
Revision History
addressof
allocator_access
allocator_traits
bit
checked_delete
cmath
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
fclose_deleter
nvp
pointer_traits
quick_exit
ref
scoped_enum
span
swap
typeinfo
type_name
uncaught_exceptions
use_default
verbose_terminate_handler

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, StaticAssert, or ThrowException.

Last revised: December 08, 2022 at 01:10:12 GMT


Next