mirror of
https://github.com/boostorg/more.git
synced 2025-02-04 05:50:09 +08:00
Fixed typos, condensed verbosity
[SVN r30798]
This commit is contained in:
parent
4bb558b67d
commit
ca22bbe527
@ -141,10 +141,10 @@ int main()
|
|||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
<h2><a name="concept">Anatomy of a Concept</a></h2>
|
<h2><a name="concept">Anatomy of a Concept</a></h2>
|
||||||
A <b><i>concept</i></b> is a set requirements, where the requirements
|
A <b><i>concept</i></b> is a set of requirements
|
||||||
consist of valid expressions, associated types, invariants, and
|
consisting of valid expressions, associated types, invariants, and
|
||||||
complexity guarantees. A type that satisfies the set of requirements is
|
complexity guarantees. A type that satisfies the requirements is
|
||||||
said to <b><i>model</i></b> the concept. A concept can extend the
|
said to <b><i>model</i></b> the concept. A concept can extend the
|
||||||
requirements of another concept, which is called
|
requirements of another concept, which is called
|
||||||
<b><i>refinement</i></b>.
|
<b><i>refinement</i></b>.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user