|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
字符串构建器 更多...
#include "NeForce/core/interface/istringify.hpp"类 | |
| class | neforce::string_builder |
| 延迟拼接的字符串构建器 更多... | |
函数 | |
| template<typename... Args, enable_if_t<(sizeof...(Args) > 0), int > = 0> | |
| string | neforce::concatenate (Args &&... args) |
| 拼接参数 | |