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

#include <simplify.hpp>

Public Types

using expand_Constants_to_t = typename stator::orphan::get_type< sym::expand_Constants_to< double >, Args... >::value
 

Static Public Attributes

static constexpr const auto expand_Constants = stator::orphan::is_present<sym::expand_Constants, Args...>::value
 
static constexpr const auto expand_to_Polynomial = stator::orphan::is_present<sym::expand_to_Polynomial, Args...>::value
 

Detailed Description

template<typename ... Args>
struct sym::SimplifyConfig< Args >

Definition at line 53 of file simplify.hpp.

Member Typedef Documentation

◆ expand_Constants_to_t

template<typename ... Args>
using sym::SimplifyConfig< Args >::expand_Constants_to_t = typename stator::orphan::get_type<sym::expand_Constants_to<double>, Args...>::value

Definition at line 56 of file simplify.hpp.

Member Data Documentation

◆ expand_Constants

template<typename ... Args>
constexpr const auto sym::SimplifyConfig< Args >::expand_Constants = stator::orphan::is_present<sym::expand_Constants, Args...>::value
static

Definition at line 55 of file simplify.hpp.

◆ expand_to_Polynomial

template<typename ... Args>
constexpr const auto sym::SimplifyConfig< Args >::expand_to_Polynomial = stator::orphan::is_present<sym::expand_to_Polynomial, Args...>::value
static

Definition at line 54 of file simplify.hpp.


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