Show EOL distros:
ecl_core: ecl_command_line | ecl_concepts | ecl_containers | ecl_converters | ecl_core_apps | ecl_devices | ecl_eigen | ecl_exceptions | ecl_formatters | ecl_geometry | ecl_ipc | ecl_linear_algebra | ecl_math | ecl_mpl | ecl_sigslots | ecl_statistics | ecl_streams | ecl_threads | ecl_time | ecl_type_traits | ecl_utilities
Package Summary
Documented
Extends c++ type traits and implements a few more to boot.
- Author: Daniel Stonier (d.stonier@gmail.com)
- License: BSD
- External website: http://snorriheim.dnsdojo.com/redmine/wiki/ecl
- Source: svn https://embedded-control-library.googlecode.com/svn/trunk/ecl_core
Contents
Compiling & Linking
Include the following at the top of any translation unit:
If outside ros, you will also need to link to ecl_type_traits.
Tutorials
Numerical Limits - fixing a few rough edges around c++ numeric limits.
The 'Is A' Traits - temporary fillers for the 'is a xxx' fundamental type traits till C++0x is widespread.