Public Member Functions | Public Attributes

mln::internal::data< fun_image< F, I > > Struct Template Reference

Data structure for mln::fun_image<T,I>. More...

#include <fun_image.hh>

List of all members.

Public Member Functions

 data (const F &f, const I &ima)

Public Attributes

f_
const I ima_

Detailed Description

template<typename F, typename I>
struct mln::internal::data< fun_image< F, I > >

Data structure for mln::fun_image<T,I>.

Definition at line 55 of file fun_image.hh.


Constructor & Destructor Documentation

template<typename F , typename I >
mln::internal::data< fun_image< F, I > >::data ( const F &  f,
const I &  ima 
) [inline]

Definition at line 165 of file fun_image.hh.


Member Data Documentation

template<typename F , typename I >
F mln::internal::data< fun_image< F, I > >::f_

Definition at line 58 of file fun_image.hh.

template<typename F , typename I >
const I mln::internal::data< fun_image< F, I > >::ima_

Definition at line 59 of file fun_image.hh.