constexpr uint_least32_t line() const noexcept;
概要
source_location
オブジェクトが保持する行番号を返す。
戻り値
source_location
オブジェクトが保持する行番号。
例外
投げない。
実装例
constexpr uint_least32_t line() const noexcept { return line_; }
バージョン
言語
- C++20
処理系
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??