LUMIERA.clone/src/lib/meta
Ichthyostega a205653cad C++ uses a more precise meaning of 'convertiblity' now
Conversion means automatic conversion. In our case,
what we need ist the ability to *construct* a bool from
our (function) object -- while functors aren't automatically
convertible to bool. Thus we use one of the new predicates
from <type_traits>
2014-05-09 00:56:31 +02:00
..
configflags.hpp cleanup configflags to use uint instead of char 2011-12-03 03:16:08 +01:00
duck-detector.hpp pragmatic fix for the long-standing problem of detecting increment operator 2012-10-10 05:20:17 +02:00
function-closure.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
function-erasure.hpp C++ uses a more precise meaning of 'convertiblity' now 2014-05-09 00:56:31 +02:00
function.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
generator-combinations.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
generator.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
maybe-compare.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
no-instance.hpp WIP idea how to represent support for some timecode formats 2011-01-16 15:41:34 +01:00
size-trait.hpp STATIC_ASSERT to verify guessed size 2011-12-28 06:41:47 +01:00
trait-special.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
trait.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
tuple.hpp Switch from TR1 preveiw to the new standard headers 2014-04-03 22:42:48 +02:00
typelist-manip.hpp add includes missing in some metaprogramming headers 2012-01-07 03:11:51 +01:00
typelist-util.hpp spelling and typos 2011-12-24 05:48:31 +01:00
typelist.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
typeseq-util.hpp clean up lib/meta namespaces 2011-12-03 03:15:59 +01:00
util.hpp reorganise some boost::format usage 2013-09-01 17:36:05 +02:00