|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
单次调用 更多...
类 | |
| class | neforce::once_flag |
| 一次性调用标志类 更多... | |
函数 | |
| template<typename Callable, typename... Args> | |
| void | neforce::call_once (once_flag &flag, Callable &&func, Args &&... args) |
| 单次调用函数 | |