Boost - AshokBhat/notes GitHub Wiki

About

  • C++ library
  • 160 individual libraries (as of version 1.72)
  • Boost Software License (Free)
  • Several Boost libraries have been accepted into C++xx standards
    • C++11 features - smart pointers, thread, regex, random, ratio, tuple
    • C++17 features - filesystem, any, optional, variant, string_view

Application areas

  • Linear algebra
  • Pseudorandom number generation
  • Multithreading
  • Image processing
  • Regular expressions
  • Unit testing

See also

  • [Boost]] ](/AshokBhat/notes/wiki/[[libc++) | Abseil