stator
A math, geometry, and utility library
Static Public Attributes | List of all members
sym::IsSymbolic< T > Struct Template Reference

#include <symbolic.hpp>

Static Public Attributes

static constexpr bool value = std::is_base_of<SymbolicOperator, T>::value
 

Detailed Description

template<class T>
struct sym::IsSymbolic< T >

Definition at line 70 of file symbolic.hpp.

Member Data Documentation

◆ value

template<class T >
constexpr bool sym::IsSymbolic< T >::value = std::is_base_of<SymbolicOperator, T>::value
static

Definition at line 71 of file symbolic.hpp.


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