30 Apr
2014
30 Apr
'14
10:34 p.m.
Roland Bock
The type set is part of sqlpp11: https://github.com/rbock/sqlpp11/blob/master/include/sqlpp11/detail/type_set...
It is a bit messy right now, but the basic idea should be obvious. Please let me know if you have questions.
Thanks a lot! The type set implementation is nice; I had not thought about that way to do it. If you don't mind, would like to add an implementation inspired by yours to the set of techniques I'm benchmarking for the MPL11. Of course, I will give you proper credits. As an aside, I think your `all_t` and `any_t` metafunctions could be more efficient. I'm currently (literally right now) benchmarking different implementations for those; I will notify you if there is a better alternative. Regards, Louis