[Documentation] [TitleIndex] [WordIndex

Compiling & Linking

Include the following at the top of any translation unit:

   1 #include <ecl/mpl.hpp>
   2 
   3 // The concept definition/validation classes.
   4 using ecl::Bool;        // compile time logic testing of template parameters
   5 using ecl::enable_if;   // selective specialisation of classes via the template parameters   
   6 using ecl::Unsigned;    // type converters  
   7 

Tutorials


2024-06-22 13:09