Changes between Version 141 and Version 142 of LibrariesUnderConstruction
- Timestamp:
- Feb 8, 2011, 6:49:15 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibrariesUnderConstruction
v141 v142 957 957 * '''Description:''' TR2 Proposal text: [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2101.html Tree Structures and Related Concepts for the C++ Standard Library (TR2)] 958 958 959 --------------------------------------------------------------------------------------------------- 960 == Boost.TTI== 961 * '''Author(s):''' Edward Diener 962 * '''Version:''' 1.0 963 * '''State:''' 964 * '''Last upload:''' 2011 Feb 6 965 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/tti Boost Sandbox] 966 * '''Categories:''' [#FunctionObjectsAndHigher-orderProgramming Function Objects And Higher-order Programming] 967 * '''Description:''' The Type Traits Introspection library, or TTI for short, is a library of macros generating metafunctions, and a set of parallel nullary type metafunctions, which provide the ability to introspect by name the elements of a type at compile time. 959 968 960 969 --------------------------------------------------------------------------------------------------- … … 1510 1519 * [#Boost.MSF Boost.MSF] 1511 1520 * [#Boost.Overload Boost.Overload] 1521 * [#Boost.TTI Boost.TTI] 1512 1522 1513 1523 ---------------------------------------------------------------------------------------------------