#include <calib.h>
Public Types | |
using | Float_T = fp_T |
using | String_T = void |
using | Cal_T = Calibration_< fp_T > |
using | Set_T = CalibSet_< fp_T, cmap_T > |
using | Map_T = void |
Static Public Attributes | |
static constexpr bool | is_wpi_smap = false |
static constexpr bool | is_seq_smap = false |
static constexpr bool | is_assoc_smap = false |
static constexpr bool | is_seq_cmap = is_same_template<cmap_T, VecMap>::value |
static constexpr bool | is_assoc_cmap = any_same_template<cmap_T, std::map, std::unordered_map>::value |
using CalProps< CalibSet_< fp_T, cmap_T > >::Cal_T = Calibration_<fp_T> |