#include <boost/numeric/bindings/traits/config.hpp>
#include <boost/numeric/bindings/traits/detail/generate_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/static_assert.hpp>
Go to the source code of this file.
Classes | |
struct | boost::numeric::bindings::traits::default_vector_traits< V, T > |
default_vector_traits is just a base-class that can be used as the default vector_traits and the different specialisation to automatically define most of the functions. More... | |
struct | boost::numeric::bindings::traits::vector_detail_traits< VIdentifier, VType > |
struct | boost::numeric::bindings::traits::vector_traits< V > |
Namespaces | |
namespace | boost |
namespace | boost::numeric |
namespace | boost::numeric::bindings |
namespace | boost::numeric::bindings::traits |
Functions | |
template<typename V > | |
int | boost::numeric::bindings::traits::vector_size (V &v) |
template<typename V > | |
vector_traits< V >::pointer | boost::numeric::bindings::traits::vector_storage (V &v) |
template<typename V > | |
int | boost::numeric::bindings::traits::vector_stride (V &v) |