mirror of
https://github.com/boostorg/type_traits.git
synced 2026-01-19 04:42:14 +00:00
20 lines
398 B
JSON
20 lines
398 B
JSON
{
|
|
"key": "type_traits",
|
|
"name": "Type Traits",
|
|
"authors": [
|
|
"John Maddock, Steve Cleary, et al"
|
|
],
|
|
"description": "Templates for fundamental properties of types.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Generic",
|
|
"Metaprogramming"
|
|
],
|
|
"maintainers": [
|
|
"John Maddock <john -at- johnmaddock.co.uk>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|