@returns Number of function names stored inside the class. @b Complexity: O(1) @b Async-Handler-Safety: \asyncsafe.
| 245 | /// |
| 246 | /// @b Async-Handler-Safety: \asyncsafe. |
| 247 | size_type size() const noexcept { |
| 248 | return impl_.size(); |
| 249 | } |
| 250 | |
| 251 | /// @param frame_no Zero based index of frame to return. 0 |
| 252 | /// is the function index where stacktrace was constructed and |