remora::temporary_proxy< P > Struct Template Reference

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

+ Inheritance diagram for remora::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 remora::temporary_proxy< P >

Definition at line 140 of file expression_types.hpp.

Constructor & Destructor Documentation

◆ temporary_proxy()

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

Definition at line 141 of file expression_types.hpp.

Member Function Documentation

◆ operator=() [1/2]

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

Definition at line 144 of file expression_types.hpp.

◆ operator=() [2/2]

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

Definition at line 148 of file expression_types.hpp.


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