mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-18 19:49:33 +01:00
Report benchmark durations in natural units
(and extended StringRef to be able to report utf8 char lengths
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Catch {
|
||||
public: // named queries
|
||||
auto empty() const noexcept -> bool;
|
||||
auto size() const noexcept -> size_type;
|
||||
auto numberOfCharacters() const noexcept -> size_type;
|
||||
auto c_str() const -> char const*;
|
||||
|
||||
public: // substrings and searches
|
||||
|
||||
Reference in New Issue
Block a user