Boost.Core
Boost.Core is the dependency-light foundation of the whole Boost ecosystem: a grab-bag of small,
Boost.Utility
Boost.Utility is one of the oldest corners of Boost: a historical collection of miscellaneous
Boost.Assert
Boost.Assert is a tiny header-only library that replaces the C standard assert macro with a more
Boost.Optional
boost::optional represents a value that may or may not be present — a nullable value that does
Boost.Variant
boost: a single object that holds a
Boost.Any
boost::any is a container for a single value of any type, decided at runtime. Where
Boost.LexicalCast
boost::lexical_cast(source) converts between text and almost any type with a single, uniform