最終更新日時(UTC):
が更新

履歴 編集

function
<format>

std::range_formatter::underlying(C++23)

constexpr formatter<T, charT>& underlying();             // (1) C++23
constexpr const formatter<T, charT>& underlying() const; // (2) C++23

概要

Rangeの要素型に対するformatterを取得する。

  • (1) : 非const版
  • (2) : const版

戻り値

メンバ変数として保持している、Rangeの要素型に対するformatterを返す。

バージョン

言語

  • C++23

処理系