![]() |
Livox SDK API
V2.2.0
|
#include <core.h>
Public Types | |
| typedef unsigned | size_type |
| typedef basic_format_arg< Context > | format_arg |
Public Member Functions | |
| basic_format_args () | |
| template<typename... Args> | |
| basic_format_args (const format_arg_store< Context, Args... > &store) | |
| basic_format_args (const format_arg *args, size_type count) | |
| format_arg | get (size_type index) const |
| size_type | max_size () const |
Friends | |
| class | internal::arg_map< Context > |
Formatting arguments.
| typedef basic_format_arg<Context> fmt::v5::basic_format_args< Context >::format_arg |
| typedef unsigned fmt::v5::basic_format_args< Context >::size_type |
|
inline |
|
inline |
Constructs a basic_format_args object from ~fmt::format_arg_store.
|
inline |
Constructs a basic_format_args object from a dynamic set of arguments.
|
inline |
|
inline |
|
friend |
| const format_arg* fmt::v5::basic_format_args< Context >::args_ |
| const internal::value<Context>* fmt::v5::basic_format_args< Context >::values_ |