uTL
micro Template library
meta.h
Go to the documentation of this file.
1 
21 #ifndef __utl_meta_meta_h__
22 #define __utl_meta_meta_h__
23 
24 #include <utl/meta/integral.h>
25 #include <utl/meta/selection.h>
26 #include <utl/meta/operations.h>
27 #include <utl/meta/useif.h>
28 #include <utl/meta/typelist.h>
29 #include <utl/meta/detection.h>
30 #include <utl/meta/invoke.h>
31 
32 #endif /* __utl_meta_meta_h__ */
Integral constant operations and logical operations.
Template meta-programming type selections.
Detection idiom based on WG21&#39;s N4502 [n4502 1] from Walter E. Brown.
A template parameter "container".
Template meta-programming SFINAE helpers.