template struct sophus::IsFloatingPointΒΆ
#include <types.h> template <class TScalar> struct IsFloatingPoint { // fields static const bool kValue = std::is_floating_point<TScalar>::value; };
#include <types.h> template <class TScalar> struct IsFloatingPoint { // fields static const bool kValue = std::is_floating_point<TScalar>::value; };