|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
Static Public Member Functions | |
| template<typename TTUPLE, std::size_t... INDEX> | |
| static bool | writecsv_impl (csvwpair &apair, std::index_sequence< INDEX... >, const TTUPLE &avalues) |
| template<typename ... ARG> | |
| static bool | writecsv (csvwpair &apair, const ARG &...args) |
| template<typename T> | |
| static bool | writecsv_to_file (const std::string &afilename, const std::map< int, T > &adata) |