Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
mundy::passive_scalar< T > Struct Template Reference

Trait: underlying passive (non-AD) type of T. For arithmetic T: passive_scalar_t<T> == T. For AD types exposing T::value_type: passive_scalar_t<T> == typename T::value_type.

#include <cmath.hpp>

Inheritance diagram for mundy::passive_scalar< T >:
[legend]

Public Types

using type = T

Member Typedef Documentation

◆ type

template<typename T>
using mundy::passive_scalar< T >::type = T