Boost C++ 库

...世界上最受尊敬和设计最精良的 C++ 库项目之一。 Herb SutterAndrei AlexandrescuC++ 编码标准

Next

第 1 章。Boost.Core

根据 Boost 软件许可,1.0 版 分发。

目录

简介
修订历史
addressof
alignof
allocator_access
allocator_traits
bit
checked_delete
cmath
data
default_allocator
demangle
empty_value
enable_if
exchange
explicit_operator_bool
first_scalar
functor
identity
ignore_unused
is_same
launder
lightweight_test
make_span
max_align
memory_resource
no_exceptions_support
noinit_adaptor
noncopyable
null_deleter
fclose_deleter
nvp
pointer_in_range
pointer_traits
quick_exit
ref
scoped_enum
serialization
size
span
swap
typeinfo
type_name
snprintf
uncaught_exceptions
use_default
verbose_terminate_handler
Yield Primitives

Boost.Core 库是核心实用程序的集合。 包含的标准是实用程序组件是

  • 简单,
  • 被其他 Boost 库使用,并且
  • 不依赖于任何其他 Boost 模块,除了 Core 本身、Config、Assert、StaticAssert 或 ThrowException。

Next