comparison d2/qtd/meta/Compiletime.d @ 364:a084e2df3776

Preparing for non-QObject meta-objects. Now meta-objects for static types can be uniformly accessed using meta!T
author Max Samukha <maxter@maxter.com>
date Fri, 11 Jun 2010 12:16:09 +0300
parents 9784459f0750
children 958e8b9a89bd
comparison
equal deleted inserted replaced
363:3b0545d4d479 364:a084e2df3776
4 License: Boost Software License 1.0 4 License: Boost Software License 1.0
5 **************************************************************************/ 5 **************************************************************************/
6 module qtd.meta.Compiletime; 6 module qtd.meta.Compiletime;
7 7
8 import 8 import
9 std.traits,
10 std.conv, 9 std.conv,
11 std.variant, 10 std.variant,
12 std.typetuple; 11 std.typetuple;
12
13 public import std.traits;
13 14
14 import std.string : startsWith; 15 import std.string : startsWith;
15 16
16 /** 17 /**
17 */ 18 */