Functions | |
template<typename I> | |
void | iota (trait::image::speed::any, I &input) |
template<typename S, typename I> | |
void | println (const S &, const Image< I > &input_) |
template<typename S, typename I> | |
void | println_with_border (const S &, const I &input) |
void mln::debug::impl::iota | ( | trait::image::speed::any | , | |
I & | input | |||
) | [inline] |
void mln::debug::impl::println | ( | const S & | , | |
const Image< I > & | input_ | |||
) | [inline] |
Definition at line 70 of file println.hh.
References mln::exact(), and mln::debug::format().
Referenced by mln::debug::println().
void mln::debug::impl::println_with_border | ( | const S & | , | |
const I & | input | |||
) | [inline] |
Definition at line 65 of file println_with_border.hh.
References mln::debug::format(), and mln::opt::nelements().
Referenced by mln::debug::println_with_border().