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/enable_if.hpp

This header defines the SFINAE/enable_if machinery used throughout Boost QVM.

Synopsis:

#include <boost/qvm/enable_if.hpp>

#include <boost/utility/enable_if.hpp>

namespace boost
{
    namespace qvm
    {
        using boost::enable_if;
        using boost::enable_if_c;
        using boost::lazy_enable_if;
        using boost::lazy_enable_if_c;
    }
}

See also: enable_if