template<typename T>
autodiff::detail::VectorTraits<T, EnableIf<manif::internal::is_manif_group<T>::value>> struct

VectorTraits specialization for Derived of LieGroupBase.

Public types

using ValueType = typename T::Scalar
template<typename NewValueType>
using ReplaceValueType = typename T::template LieGroupTemplate<NewValueType>