
24 Feb
2009
24 Feb
'09
6 a.m.
Simple questions from a metaprogramming newbie... Why do we have mpl::true_ and true_type? Are they interchangable? Is is_same the same as mpl::equal? Thanks, Rob.

24 Feb
24 Feb
7:50 a.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
5959
Age (days ago)
5959
Last active (days ago)
1 comments
2 participants
participants (2)
-
Robert Jones
-
Steven Watanabe