Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::scalar_unary_functor< T > Struct Template Reference

#include <functional.hpp>

Inheritance diagram for boost::numeric::ublas::scalar_unary_functor< T >:

List of all members.

Public Types

typedef type_traits< T >
::const_reference 
argument_type
typedef type_traits< T >
::value_type 
result_type
typedef T value_type

Detailed Description

template<class T>
struct boost::numeric::ublas::scalar_unary_functor< T >

Definition at line 45 of file functional.hpp.


Member Typedef Documentation

template<class T>
typedef T boost::numeric::ublas::scalar_unary_functor< T >::value_type

Reimplemented in boost::numeric::ublas::scalar_conj< T >.

Definition at line 46 of file functional.hpp.


The documentation for this struct was generated from the following file: