24 Feb
2009
24 Feb
'09
2:50 p.m.
AMDG Robert Jones wrote:
Simple questions from a metaprogramming newbie...
Why do we have mpl::true_ and true_type? Are they interchangable?
true_type inherits from mpl::true_.
Is is_same the same as mpl::equal?
No. mpl::equal compares sequences element wise. In Christ, Steven Watanabe