|
libxr
1.0
Want to be the best embedded framework
|
将已解析转换解析成最终源顺序参数元信息摘要的 visitor / Visitor that resolves parsed conversions into the final source-ordered argument metadata summary More...
#include <printf_frontend_source.hpp>
Public Member Functions | |
| consteval Error | Text (size_t, size_t) const |
| consteval Error | Field (const Conversion &conversion) |
Data Fields | |
| SourceAnalysis< FieldCount, ArgCount > & | analysis |
将已解析转换解析成最终源顺序参数元信息摘要的 visitor / Visitor that resolves parsed conversions into the final source-ordered argument metadata summary
| FieldCount | 最终解析出的转换项数量 / Final parsed conversion count |
| ArgCount | 最终引用到的参数个数 / Final referenced argument count |
Definition at line 53 of file printf_frontend_source.hpp.
|
inlinenodiscardconsteval |
Definition at line 59 of file printf_frontend_source.hpp.
|
inlinenodiscardconsteval |
Definition at line 57 of file printf_frontend_source.hpp.
| SourceAnalysis<FieldCount, ArgCount>& SourceSyntax::ResolvedArgumentVisitor< FieldCount, ArgCount >::analysis |
Definition at line 55 of file printf_frontend_source.hpp.