mirror of
https://github.com/boostorg/hof.git
synced 2026-01-19 16:22:17 +00:00
13 lines
293 B
JSON
13 lines
293 B
JSON
{
|
|
"key": "hof",
|
|
"name": "HOF",
|
|
"authors": [ "Paul Fultz II" ],
|
|
"maintainers": [ "Paul Fultz II <pfultz2 -at- yahoo.com>" ],
|
|
"description": "Higher-order functions for C++",
|
|
"category": [
|
|
"Metaprogramming",
|
|
"Function-objects"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|