Functions | |
template<typename I > | |
void | load_ascii_dispatch (std::ifstream &file, I &ima, const metal::bool_< true > &) |
template<typename I > | |
void | load_ascii_dispatch (std::ifstream &file, I &ima, const metal::bool_< false > &) |
void mln::io::pnm::internal::load_ascii_dispatch | ( | std::ifstream & | file, | |
I & | ima, | |||
const metal::bool_< true > & | ||||
) | [inline] |
References mln::io::pnm::load_ascii_value().
Referenced by mln::io::pnm::load().
void mln::io::pnm::internal::load_ascii_dispatch | ( | std::ifstream & | file, | |
I & | ima, | |||
const metal::bool_< false > & | ||||
) | [inline] |
References mln::io::pnm::load_ascii_builtin().