shark::detail::InitializerBase< Self > Struct Template Reference

Expression template as base class for all initializer expressions. More...

#include <shark/LinAlg/BLAS/Impl/Initialize.h>

+ Inheritance diagram for shark::detail::InitializerBase< Self >:
+ Collaboration diagram for shark::detail::InitializerBase< Self >:

Public Member Functions

Self & operator() ()
 
const Self & operator() () const
 

Detailed Description

template<class Self>
struct shark::detail::InitializerBase< Self >

Expression template as base class for all initializer expressions.

Definition at line 109 of file Initialize.h.

Member Function Documentation

template<class Self>
Self& shark::detail::InitializerBase< Self >::operator() ( )
inline

Definition at line 110 of file Initialize.h.

template<class Self>
const Self& shark::detail::InitializerBase< Self >::operator() ( ) const
inline

Definition at line 113 of file Initialize.h.


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