- source_location[meta header]
- function[meta id-type]
- std[meta namespace]
- source_location[meta class]
- cpp20[meta cpp]
constexpr uint_least32_t line() const noexcept;- uint_least32_t[link /reference/cstdint/uint_least32_t.md]
source_locationオブジェクトが保持する行番号を返す。
source_locationオブジェクトが保持する行番号。
投げない。
constexpr uint_least32_t line() const noexcept { return line_; }- uint_least32_t[link /reference/cstdint/uint_least32_t.md]
- C++20
- Clang: ??
- GCC: ??
- ICC: ??
- Visual C++: ??