|
48 | 48 | template<typename S, typename ... Ts>
|
49 | 49 | bool
|
50 | 50 | write(S &o,
|
51 |
| - io_format iof = io_format::csv, |
| 51 | + <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/io_format.html" style="color:white">io_format</a> iof = io_format::csv, |
52 | 52 | std::streamsize precision = 12,
|
53 | 53 | bool columns_only = false,
|
54 | 54 | long max_recs = std::numeric_limits<long>::max()) const; </font>
|
|
191 | 191 | template<typename ... Ts>
|
192 | 192 | std::future<bool>
|
193 | 193 | write(const char *file_name,
|
194 |
| - io_format iof = io_format::csv, |
| 194 | + <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/io_format.html" style="color:white">io_format</a> iof = io_format::csv, |
195 | 195 | std::streamsize precision = 12,
|
196 | 196 | bool columns_only = false,
|
197 | 197 | long max_recs = std::numeric_limits<long>::max()) const; </font>
|
|
211 | 211 | template<typename S, typename ... Ts>
|
212 | 212 | std::future<bool>
|
213 | 213 | write_async(S &o,
|
214 |
| - io_format iof = io_format::csv, |
| 214 | + <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/io_format.html" style="color:white">io_format</a> iof = io_format::csv, |
215 | 215 | std::streamsize precision = 12,
|
216 | 216 | bool columns_only = false,
|
217 | 217 | long max_recs = std::numeric_limits<long>::max()) const; </font>
|
|
230 | 230 | template<typename ... Ts>
|
231 | 231 | std::future<bool>
|
232 | 232 | write_async(const char *file_name,
|
233 |
| - io_format iof = io_format::csv, |
| 233 | + <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/io_format.html" style="color:white">io_format</a> iof = io_format::csv, |
234 | 234 | std::streamsize precision = 12,
|
235 | 235 | bool columns_only = false,
|
236 | 236 | long max_recs = std::numeric_limits<long>::max()) const; </font>
|
|
0 commit comments