Files
boost_functional/meta/libraries.json

69 lines
2.0 KiB
JSON
Raw Permalink Normal View History

2014-02-24 21:40:10 +00:00
[
{
"key": "functional",
"boost-version": "1.16.0",
"name": "Functional",
2014-02-27 22:46:55 +00:00
"authors": [
"Mark Rodgers"
],
2014-02-24 21:40:10 +00:00
"description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
"category": [
"Function-objects"
2021-01-19 17:47:59 -05:00
],
"cxxstd": "03"
2014-02-24 21:40:10 +00:00
},
{
"key": "functional/factory",
"boost-version": "1.43.0",
"name": "Functional/Factory",
2014-02-27 22:46:55 +00:00
"authors": [
"Glen Fernandes",
2014-02-27 22:46:55 +00:00
"Tobias Schwinger"
],
"maintainers": [
2019-08-26 20:21:38 -04:00
"Glen Fernandes <glenjofe -at- gmail.com>",
"Tobias Schwinger <tschwinger -at- isonews2.com>"
],
2014-02-24 21:40:10 +00:00
"description": "Function object templates for dynamic and static object creation",
"documentation": "factory/",
"category": [
"Function-objects"
2021-01-19 17:47:59 -05:00
],
"cxxstd": "03"
2014-02-24 21:40:10 +00:00
},
{
"key": "functional/forward",
"boost-version": "1.43.0",
"name": "Functional/Forward",
2014-02-27 22:46:55 +00:00
"authors": [
"Tobias Schwinger"
],
"maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>"
],
2014-02-24 21:40:10 +00:00
"description": "Adapters to allow generic function objects to accept arbitrary arguments",
"documentation": "forward/",
"category": [
"Function-objects"
2021-01-19 17:47:59 -05:00
],
"cxxstd": "03"
2014-02-24 21:40:10 +00:00
},
{
"key": "functional/overloaded_function",
"boost-version": "1.50.0",
"name": "Functional/Overloaded Function",
2014-02-27 22:46:55 +00:00
"authors": [
"Lorenzo Caminiti"
],
"maintainers": [
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
],
2014-02-24 21:40:10 +00:00
"description": "Overload different functions into a single function object.",
"documentation": "overloaded_function/",
"category": [
"Function-objects"
2021-01-19 17:47:59 -05:00
],
"cxxstd": "03"
2014-02-24 21:40:10 +00:00
}
2017-12-22 17:58:28 +00:00
]