Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.

QVM: Quaternions, Vectors, Matrices

BOOST_QVM_INLINE

#include <boost/qvm/inline.hpp>

#ifndef BOOST_QVM_INLINE
#define BOOST_QVM_INLINE inline
#endif

This macro is not used directly by Boost QVM, except as the default value of other macros from boost/qvm/inline.hpp. A user-defined BOOST_QVM_INLINE should expand to a value that is valid substitution of the inline keyword in function definitions.