Skip to content

Commit

Permalink
add throws doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Dec 18, 2024
1 parent 2aabf7b commit 2d7e02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clp_ffi_js/ir/StreamReader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class StreamReader {
* @param use_filter
* @param log_event_to_string
* @return See `decode_range`.
* @throw Propagates `ToStringFunc`'s exception.
* @throw Propagates exceptions from `ToStringFunc`.
*/
template <typename LogEvent, typename ToStringFunc>
requires requires(ToStringFunc func, LogEvent const& log_event) {
Expand Down

0 comments on commit 2d7e02e

Please sign in to comment.