Implementation namespace of debug namespace. More...
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) |
Implementation namespace of debug namespace.
void mln::debug::impl::iota | ( | trait::image::speed::any | , | |
I & | input | |||
) | [inline] |
Referenced by mln::debug::iota().
void mln::debug::impl::println | ( | const S & | , | |
const Image< I > & | input_ | |||
) | [inline] |
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] |
References mln::debug::format(), and mln::opt::nelements().
Referenced by mln::debug::println_with_border().