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
Released
Documented
Extends c++ type traits and implements a few more to boot.
- Maintainer status: developed
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier <d.stonier AT gmail DOT com>
- License: BSD
- Bug / feature tracker: https://github.com/stonier/ecl_core/issues
- Source: git https://github.com/stonier/ecl_core.git (branch: devel)
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.