mirror of
https://github.com/boostorg/function.git
synced 2026-01-19 04:12:10 +00:00
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"key": "function",
|
|
"name": "Function",
|
|
"authors": [
|
|
"Doug Gregor"
|
|
],
|
|
"description": "Function object wrappers for deferred calls or callbacks.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Function-objects",
|
|
"Programming"
|
|
],
|
|
"maintainers": [
|
|
"Peter Dimov <pdimov -at- gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|