ファイルから改行で区切られた文字列のリストを読み込むためのライブラリ [詳細]
#include "../config/mist_conf.h"#include <iostream>#include <string>#include <vector>#include <zlib.h>ネームスペース | |
| namespace | mist |
関数 | |
| template<template< typename T, typename A > class Array, class Allocator > | |
| bool | mist::read_lines (Array< std::string, Allocator > &lines, const std::string &filename) |
| 改行区切りのファイルをSTLコンテナに読み込む | |
| template<template< typename T, typename A > class Array, class Allocator > | |
| bool | mist::read_lines (Array< std::string, Allocator > &lines, const std::wstring &filename) |
| 改行区切りのファイルをSTLコンテナに読み込む | |
ファイルから改行で区切られた文字列のリストを読み込むためのライブラリ
1.8.1.2