A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../../cpp/contract/evaluation_semantic.html below:

std::contracts::evaluation_semantic - cppreference.com

enum class evaluation_semantic : /* unspecified */ {

    ignore = 1,
    observe = 2,
    enforce = 3,
    quick_enforce = 4

};
(since C++26)

The enumerators of std::contracts::evaluation_semantic correspond to the evaluation semantics with which a contract assertion may be evaluated, with meanings listed below:

Enumerator Meaning ignore the contract assertion is evaluated under “ignore” semantic observe the contract assertion is evaluated under “observe” semantic enforce the contract assertion is evaluated under “enforce” semantic quick_enforce the contract assertion is evaluated under “quick-enforce” semantic [edit] See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4