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