
30 Sep
2011
30 Sep
'11
8:12 a.m.
The proposed Boost.Conversion provides some interesting traits (included in C++11) that you could be interested in. is_constructible, is_default_constructible, is_copy_constructible, is_move_constructible as well as is_assignable, is_copy_assignable and is_move_assignable.
If John is interested in we can work together to include them in TypeTraits.
For sure, care to provide a submission/patch? Thanks, John.