shark::detail::InitializerEnd Struct Reference

Marks the end of the initializer list template. More...

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

+ Collaboration diagram for shark::detail::InitializerEnd:

Public Member Functions

template<class Iterator >
void init (Iterator &pos) const
 
template<class Iterator >
void split (Iterator &pos)
 
std::size_t size () const
 

Detailed Description

Marks the end of the initializer list template.

Definition at line 297 of file Initialize.h.

Member Function Documentation

template<class Iterator >
void shark::detail::InitializerEnd::init ( Iterator &  pos) const
inline

Definition at line 299 of file Initialize.h.

std::size_t shark::detail::InitializerEnd::size ( ) const
inline

Definition at line 304 of file Initialize.h.

template<class Iterator >
void shark::detail::InitializerEnd::split ( Iterator &  pos)
inline

Definition at line 302 of file Initialize.h.


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