blob: 6fd950b5570960985354fa8fc0242cec01298210 [file] [log] [blame]
{
"key": "format",
"name": "Format",
"authors": [
"Samuel Krempp"
],
"description": "The format library provides a class for formatting arguments according to a format-string, as does printf, but with two major differences: format sends the arguments to an internal stream, and so is entirely type-safe and naturally supports all user-defined types; the ellipsis (...) can not be used correctly in the strongly typed context of format, and thus the function call with arbitrary arguments is replaced by successive calls to an argument feeding operator%.",
"category": [
"IO",
"String"
],
"maintainers": [
"Samuel Krempp <krempp -at- crans.ens-cachan.fr>"
]
}