FTSensorCalibrationGuiWidgetController.cpp File Reference
+ Include dependency graph for FTSensorCalibrationGuiWidgetController.cpp:

Go to the source code of this file.

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Macros

#define option(type, fn)   if constexpr(std::is_same_v<T, type>) { return str.fn() ; } else
 

Functions

void read (auto &eigen, auto *table)
 
template<class T >
T str_to_val (const auto &str)
 
template<class T >
void str_to_val (const auto &str, T &val)
 
template<class T >
T str_to_val_with_opt_on_empty (const auto &str, T opt)
 

Macro Definition Documentation

◆ option

#define option (   type,
  fn 
)    if constexpr(std::is_same_v<T, type>) { return str.fn() ; } else