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

#include <binary_ops.hpp>

Static Public Attributes

static constexpr bool value = right_distributive<Op,OverOp>::value && left_distributive<Op,OverOp>::value
 

Detailed Description

template<class Op, class OverOp>
struct sym::distributive< Op, OverOp >

Definition at line 193 of file binary_ops.hpp.

Member Data Documentation

◆ value

template<class Op , class OverOp >
constexpr bool sym::distributive< Op, OverOp >::value = right_distributive<Op,OverOp>::value && left_distributive<Op,OverOp>::value
static

Definition at line 193 of file binary_ops.hpp.


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