<!-- description --> @brief Returns the number of bytes in the file being mapped. <!-- inputs/outputs --> @return Returns the number of bytes in the file being mapped.
| 286 | /// mapped. |
| 287 | /// |
| 288 | [[nodiscard]] constexpr auto |
| 289 | size() const noexcept -> bsl::safe_umx |
| 290 | { |
| 291 | return m_size; |
| 292 | } |
| 293 | |
| 294 | /// <!-- description --> |
| 295 | /// @brief Returns the GPA associated with the file |
no outgoing calls
no test coverage detected