#include <cmath>
#include <boost/test/unit_test.hpp>
#include <NumericConverter.h>
Go to the source code of this file.
|
| using | IntTypes = std::tuple< uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t, bool, ChimeraTK::Boolean > |
| |
| using | FloatTypes = std::tuple< float, double > |
| |
◆ BOOST_TEST_DYN_LINK
| #define BOOST_TEST_DYN_LINK |
◆ BOOST_TEST_MODULE
| #define BOOST_TEST_MODULE TestNumericConverter |
◆ FloatTypes
◆ IntTypes
◆ BOOST_AUTO_TEST_CASE()
| BOOST_AUTO_TEST_CASE |
( |
TestNumericConverter |
| ) |
|
◆ forEachType()
template<typename Tuple , typename
F >
| void forEachType |
( |
F && |
f | ) |
|