Function size
Synopsis
#include <include/internal/catch_stringref.h>
constexpr auto size() const noexcept -> size_type
Description
No description yet.
Mentioned in
- Tutorial / Test cases and sections
- Tutorial / BDD-Style
- Writing tests / Test Cases And Sections / Type parametrised test cases
- Writing tests / Test Cases And Sections / Examples
- Writing tests / Test Fixtures / Defining test fixtures
- Writing tests / Test Fixtures / Signature-based parametrised test fixtures
- Writing tests / Data Generators / Provided generators
Source
Lines 65-67 in include/internal/catch_stringref.h.
constexpr auto size() const noexcept -> size_type {
return m_size;
}