Public Types | Public Member Functions | Protected Attributes

mln::fun::cast_p2v_expr_< V, F > Struct Template Reference

#include <cast.hh>

Inheritance diagram for mln::fun::cast_p2v_expr_< V, F >:
Inheritance graph

List of all members.

Public Types

typedef Function_v2v< void > category
typedef cast_p2v_expr_< V, F > exact_t
typedef void mutable_result
typedef V result

Public Member Functions

 cast_p2v_expr_ (const F &f)
template<typename P >
operator() (const P &p) const

Protected Attributes

const F f_

template<typename V, typename F>
struct mln::fun::cast_p2v_expr_< V, F >


Member Typedef Documentation

typedef Function_v2v<void> mln::Function_v2v< cast_p2v_expr_< V, F > >::category [inherited]
typedef cast_p2v_expr_< V, F > mln::Object< cast_p2v_expr_< V, F > >::exact_t [inherited]
typedef void mln::Function_v2v< cast_p2v_expr_< V, F > >::mutable_result [inherited]
template<typename V, typename F>
typedef V mln::fun::cast_p2v_expr_< V, F >::result

Constructor & Destructor Documentation

template<typename V, typename F>
mln::fun::cast_p2v_expr_< V, F >::cast_p2v_expr_ ( const F &  f  )  [inline]

Member Function Documentation

template<typename V, typename F>
template<typename P >
V mln::fun::cast_p2v_expr_< V, F >::operator() ( const P &  p  )  const [inline]

Member Data Documentation

template<typename V, typename F>
const F mln::fun::cast_p2v_expr_< V, F >::f_ [protected]