NTLib - Number Theory Library
0.9
Loading...
Searching...
No Matches
ntlib
Field
ntlib::Field Concept Reference
export
module
base
Restricts to types modeling a field.
More...
Concept definition
template
<
typename
T>
concept
Field
=
AdditiveCommutativeGroup<T>
&&
MultiplicativeCommutativeGroup<T>
ntlib::AdditiveCommutativeGroup
Restricts to types modeling an additive commutative group.
Definition
concepts.cpp:277
ntlib::Field
Restricts to types modeling a field.
Definition
concepts.cpp:323
ntlib::MultiplicativeCommutativeGroup
Restricts to types modeling a multiplicative commutative group.
Definition
concepts.cpp:288
Detailed Description
Restricts to types modeling a field.
Template Parameters
T
A set that acts as a commutative ring and a multiplicative commutative group (for all non-zero elements).
Generated by
1.16.1