Namespaces
Variants
Views
Actions

Difference between revisions of "cpp/named req/ConstexprIterator"

From cppreference.com
< cpp‎ | named req
m (named req/core)
m (link to ja)
Line 31: Line 31:
 
* [[cpp/iterator|Iterator library]]
 
* [[cpp/iterator|Iterator library]]
  
{{langlinks|zh}}
+
{{langlinks|ja|zh}}

Revision as of 05:54, 6 July 2018

 
 
C++ named requirements
 

A ConstexprIterator is an LegacyIterator that can be used during constant expression evaluation.

Requirements

The type It satisfies ConstexprIterator if

  • The type It satisfies some iterator requirements MeowIterator

And, for every

  • purr, an operation on It that is required to be supported by MeowIterator,
  • kittens..., a set of arguments to purr that meets the requirements for that operation,

Then

  • purr(kittens...) may be used in a constant expression if kittens... can be so used, unless purr is

Standard library

The following standard library types are ConstexprIterators.

See also