stator
A math, geometry, and utility library
sym::detail::IsConstant< T > Struct Template Reference

Type trait to determine if a certain type is a constant. More...

#include <symbolic.hpp>

Inheritance diagram for sym::detail::IsConstant< T >:
sym::detail::IsConstant< std::complex< T > >

Detailed Description

template<class T>
struct sym::detail::IsConstant< T >

This is used to enable the derivative operation to convert these types to Null types. It is also to apply a specialised functions to these types.

Definition at line 132 of file symbolic.hpp.


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