<> <> == Compiling & Linking == Include the following at the top of any translation unit: {{{ #!cplusplus #include // The concept definition/validation classes. using ecl::Bool; // compile time logic testing of template parameters using ecl::enable_if; // selective specialisation of classes via the template parameters using ecl::Unsigned; // type converters }}} == Tutorials == * [[ecl_mpl/Tutorials/Boolean Logic|Boolean Logic]] : using compile time boolean types for metaprogramming. * [[ecl_mpl/Tutorials/Enable If|Enable If]] : an if operator for template type arguments. * [[ecl_mpl/Tutorials/Converters|Converters]] : compile time type converters. ## AUTOGENERATED DON'T DELETE ## CategoryPackage