Boost C++ 函式庫

...世界上最受推崇且設計精良的 C++ 函式庫專案之一。 Herb SutterAndrei Alexandrescu,《C++ 程式碼規範

Next

第一章 Boost.Core

目錄

簡介
修訂紀錄
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 基元

Boost.Core 函式庫是一組核心工具程式。納入的標準為工具程式元件必須

  • 簡單易用,
  • 被其他 Boost 函式庫使用,並且
  • 不依賴於任何其他 Boost 模組,除了 Core 本身、Config、Assert、StaticAssert 或 ThrowException。

Next