VisionServer  v2.1.1-1-g21dc5465
FRC vision library
CalProps< CalibSet_< fp_T, cmap_T > > Struct Template Reference

#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
 

Detailed Description

template<typename fp_T, template< class, class, class... > typename cmap_T>
struct CalProps< CalibSet_< fp_T, cmap_T > >

Definition at line 240 of file calib.h.

Member Typedef Documentation

◆ Float_T

template<typename fp_T , template< class, class, class... > typename cmap_T>
using CalProps< CalibSet_< fp_T, cmap_T > >::Float_T = fp_T

Definition at line 243 of file calib.h.

◆ String_T

template<typename fp_T , template< class, class, class... > typename cmap_T>
using CalProps< CalibSet_< fp_T, cmap_T > >::String_T = void

Definition at line 244 of file calib.h.

◆ Cal_T

template<typename fp_T , template< class, class, class... > typename cmap_T>
using CalProps< CalibSet_< fp_T, cmap_T > >::Cal_T = Calibration_<fp_T>

Definition at line 246 of file calib.h.

◆ Set_T

template<typename fp_T , template< class, class, class... > typename cmap_T>
using CalProps< CalibSet_< fp_T, cmap_T > >::Set_T = CalibSet_<fp_T, cmap_T>

Definition at line 247 of file calib.h.

◆ Map_T

template<typename fp_T , template< class, class, class... > typename cmap_T>
using CalProps< CalibSet_< fp_T, cmap_T > >::Map_T = void

Definition at line 248 of file calib.h.

Member Data Documentation

◆ is_wpi_smap

template<typename fp_T , template< class, class, class... > typename cmap_T>
constexpr bool CalProps< CalibSet_< fp_T, cmap_T > >::is_wpi_smap = false
inlinestaticconstexpr

Definition at line 251 of file calib.h.

◆ is_seq_smap

template<typename fp_T , template< class, class, class... > typename cmap_T>
constexpr bool CalProps< CalibSet_< fp_T, cmap_T > >::is_seq_smap = false
static

Definition at line 252 of file calib.h.

◆ is_assoc_smap

template<typename fp_T , template< class, class, class... > typename cmap_T>
constexpr bool CalProps< CalibSet_< fp_T, cmap_T > >::is_assoc_smap = false
static

Definition at line 253 of file calib.h.

◆ is_seq_cmap

template<typename fp_T , template< class, class, class... > typename cmap_T>
constexpr bool CalProps< CalibSet_< fp_T, cmap_T > >::is_seq_cmap = is_same_template<cmap_T, VecMap>::value
static

Definition at line 254 of file calib.h.

◆ is_assoc_cmap

template<typename fp_T , template< class, class, class... > typename cmap_T>
constexpr bool CalProps< CalibSet_< fp_T, cmap_T > >::is_assoc_cmap = any_same_template<cmap_T, std::map, std::unordered_map>::value
static

Definition at line 255 of file calib.h.


The documentation for this struct was generated from the following file: