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

Simple combination rule to enable Symbolic operations, but avoid redundantly specifying where two SymbolicOperator classes are operated on. More...

#include <binary_ops.hpp>

Static Public Attributes

static const bool value = IsSymbolic<LHS>::value || (!IsSymbolic<LHS>::value && IsSymbolic<RHS>::value)
 

Detailed Description

template<class LHS, class RHS>
struct sym::ApplySymbolicOps< LHS, RHS >

Definition at line 208 of file binary_ops.hpp.

Member Data Documentation

◆ value

template<class LHS , class RHS >
const bool sym::ApplySymbolicOps< LHS, RHS >::value = IsSymbolic<LHS>::value || (!IsSymbolic<LHS>::value && IsSymbolic<RHS>::value)
static

Definition at line 209 of file binary_ops.hpp.


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