>> "Damien" == Damien Thivolle
<damien(a)lrde.epita.fr> writes:
@@ -151,7 +181,10 @@
}
- /* Same as above, but we instantiate the function
ourself. */
+ /*! \brief Main apply_self() function. Note we require a UnaryFun only,
+ ** not a AdaptableUnaryFunc, because as we overwrite an abstract::image
+ ** we already know the output type. We instantiate the function ourself.
+ */
template<class UnaryFun, class I> inline
abstract::image<I>& apply_self(abstract::image<I>& input)
{
Est-ce que la deuxième phrase a vraiment sa place dans un \brief ?