中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

C++使用標準概念有什么優點

發布時間:2021-11-24 11:21:03 來源:億速云 閱讀:140 作者:iii 欄目:大數據

本篇內容主要講解“C++使用標準概念有什么優點”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“C++使用標準概念有什么優點”吧!

T.11:只要可能就使用標準概念

Reason(原因)

"Standard" concepts (as provided by the GSL and the Ranges TS, and hopefully soon the ISO standard itself) save us the work of thinking up our own concepts, are better thought out than we can manage to do in a hurry, and improve interoperability.

“標準”的概念(由GSL或Range技術規格提供,很有可能很快ISO標準也會提供)可以節約我們設計自用概念的工作,而且標準概念會比我們匆忙之間設計的概念更好,也更具互換性。

Note(注意)

Unless you are creating a new generic library, most of the concepts you need will already be defined by the standard library

除非你在開發新的通用庫,大部分你需要的概念應該已經在標準庫中有定義而不需要另外設計。

Example (using TS concepts)(實例(使用TS概念))

template<typename T>
   // don't define this: Sortable is in the GSL
concept Ordered_container = Sequence<T> && Random_access<Iterator<T>> && Ordered<Value_type<T>>;

void sort(Ordered_container& s);

This Ordered_container is quite plausible, but it is very similar to the Sortable concept in the GSL (and the Range TS). Is it better? Is it right? Does it accurately reflect the standard's requirements for sort? It is better and simpler just to use Sortable:

Ordered_container相當合理,但是它和GSL(和RangeTS)中的Sortable概念非常相似。這么做更好么?這么做正確么?它準確地反映了排序的標準需求么?直接使用Sortable的方式更簡單也更好。

void sort(Sortable& s);   // better
Note(注意)

The set of "standard" concepts is evolving as we approach an ISO standard including concepts.

在我們努力將概念引入ISO標準的過程中,這一套“標準”概念也在逐步發展。

Note(注意)

Designing a useful concept is challenging.

設計一個有用的概念是一種挑戰。

Enforcement(實施建議)

Hard.

很難

  • Look for unconstrained arguments, templates that use "unusual"/non-standard concepts, templates that use "homebrew" concepts without axioms.

  • 尋找使用沒有約束的參數,使用“不一般的”/非標準概念的模板,使用沒有經過嚴密論證的自己定義的概念的模板。

  • Develop a concept-discovery tool (e.g., see an early experiment).

  • 設計一個發現概念的工具

到此,相信大家對“C++使用標準概念有什么優點”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

c++
AI

汪清县| 漯河市| 茂名市| 利川市| 汾阳市| 浏阳市| 沽源县| 舒城县| 文山县| 鹿泉市| 宿州市| 安图县| 元氏县| 河源市| 潍坊市| 额敏县| 大田县| 南投县| 壤塘县| 乌什县| 武夷山市| 新营市| 海阳市| 南康市| 台江县| 长治县| 义马市| 治多县| 锡林浩特市| 连山| 农安县| 嘉荫县| 原平市| 北安市| 通河县| 建平县| 虹口区| 和田市| 广汉市| 惠安县| 东光县|