[Documentation] [TitleIndex] [WordIndex

Compiling & Linking

Include the following at the top of any translation unit:

   1 #include <ecl/type_traits.hpp>
   2 
   3 // The error interfaces
   4 using ecl::numeric_limits;
   5 using ecl::is_integral;
   6 using ecl::is_float;
   7 using ecl::is_signed;
   8 using ecl::is_unsigned;
   9 using ecl::is_byte;

If outside ros, you will also need to link to ecl_type_traits.

Tutorials


2024-06-15 12:55