Introduction to Boost C++ Libraries |
Library | Description |
---|---|
Containers | Containers are classes that store other objects which are called elements. |
Math | The math library provides the math functions such as common factor, octonions, quaternions and special functions. |
Smart Pointers | Smart pointers are objects which store pointers to dynamically allocated (heap) objects. |