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

#include <binary_ops.hpp>

Static Public Attributes

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

Detailed Description

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

Definition at line 190 of file binary_ops.hpp.

Member Data Documentation

◆ value

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

Definition at line 190 of file binary_ops.hpp.


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