Instigate Open Source Documentation

instigate::algebra::ring::interface< T > Struct Template Reference

Interface of the Ring Concept. More...

#include <_ring.hpp>

Inheritance diagram for instigate::algebra::ring::interface< T >:
instigate::algebra::multiplicative_monoid::interface< T > instigate::algebra::commutativity_addition::interface< T > instigate::algebra::additive_group::interface< T > instigate::algebra::multiplicative_semi_group::interface< T > instigate::algebra::multiplicative_magma::interface< T > instigate::assignable::interface< T > instigate::algebra::field::interface< T >

List of all members.

Static Public Attributes

static const bool is_specialized

Detailed Description

template<typename T>
struct instigate::algebra::ring::interface< T >

Interface of the Ring Concept.


Member Data Documentation

template<typename T >
const bool instigate::algebra::ring::interface< T >::is_specialized [static]
Initial value:
 instigate::algebra::interface<T>::
                is_distributivity

User should specialize this interface for custom type to make the type distributive.

Reimplemented from instigate::algebra::commutativity_addition::interface< T >.


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


© Instigate CJSC, Open Source