26 #ifndef MLN_FUN_I2V_ALL_TO_HH
27 # define MLN_FUN_I2V_ALL_TO_HH
33 # include <mln/core/concept/function.hh>
46 struct all_to :
public Function_v2v< all_to<T> >
51 T operator()(
const U&)
const;
61 fun::i2v::all_to<T> all_to(T t);
64 # ifndef MLN_INCLUDE_ONLY
74 all_to<T>::all_to(T t)
83 all_to<T>::operator()(
const U&)
const
94 fun::i2v::all_to<T> all_to(T t)
96 fun::i2v::all_to<T> tmp(t);
100 # endif // ! MLN_INCLUDE_ONLY
105 #endif // ! MLN_FUN_I2V_ALL_TO_HH