Same as std::basic_ifstream<char> but accepts UTF-8 strings under Windows.
More...
#include <boost/nowide/fstream.hpp>
|
| basic_ifstream (const char *file_name, std::ios_base::openmode mode=std::ios_base::in) |
|
| basic_ifstream (const std::string &file_name, std::ios_base::openmode mode=std::ios_base::in) |
|
template<typename Path > |
| basic_ifstream (const Path &file_name, typename detail::enable_if_path< Path, std::ios_base::openmode >::type mode=std::ios_base::in) |
|
template<typename CharType, typename Traits = std::char_traits<CharType>>
class boost::nowide::basic_ifstream< CharType, Traits >
Same as std::basic_ifstream<char> but accepts UTF-8 strings under Windows.
The documentation for this class was generated from the following file: