Concept

From Cppwiki

(Redirected from concept checking)
Jump to: navigation, search

According to Boost:

A concept is a set of requirements consisting of valid expressions, associated types, invariants, and complexity guarantees. A type that satisfies the requirements is said to model the concept. A concept can extend the requirements of another concept, which is called refinement.
Personal tools