|
VLink 2.0.0
A high-performance communication middleware
|
#include <format.h>
Public Member Functions | |
| template<typename... T> | |
| constexpr | FormatArgStore (const T &... values) |
Public Attributes | |
| FormatArg< CharT > | args [kNumArgs > 0 ? kNumArgs :1] |
Static Public Attributes | |
| static constexpr size_t | kNumArgs = sizeof...(ArgsT) |
|
inlineconstexpr |
| FormatArg<CharT> vlink::format::detail::FormatArgStore< CharT, ArgsT >::args[kNumArgs > 0 ? kNumArgs :1] |
|
staticconstexpr |