shark::blas::temporary_proxy< P > Struct Template Reference

#include <shark/LinAlg/BLAS/expression_types.hpp>

+ Inheritance diagram for shark::blas::temporary_proxy< P >:

Public Member Functions

 temporary_proxy (P const &p)
 
template<class E >
P & operator= (E const &e)
 
P & operator= (temporary_proxy< P > const &e)
 

Detailed Description

template<class P>
struct shark::blas::temporary_proxy< P >

Definition at line 166 of file expression_types.hpp.

Constructor & Destructor Documentation

§ temporary_proxy()

template<class P>
shark::blas::temporary_proxy< P >::temporary_proxy ( P const &  p)
inline

Definition at line 167 of file expression_types.hpp.

Member Function Documentation

§ operator=() [1/2]

template<class P>
template<class E >
P& shark::blas::temporary_proxy< P >::operator= ( E const &  e)
inline

Definition at line 170 of file expression_types.hpp.

§ operator=() [2/2]

template<class P>
P& shark::blas::temporary_proxy< P >::operator= ( temporary_proxy< P > const &  e)
inline

Definition at line 174 of file expression_types.hpp.


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