Thoth
A functional, expressive, asynchronous C++26 webdev library
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
Thoth::Http::NHeaders::Scannable Concept Reference
#include <
_base.hpp
>
Concept definition
template
<
class
T>
concept
Thoth::Http::NHeaders::Scannable
=
requires
(Scanner<std::remove_cvref_t<T>> scanner, std::string_view str) {
{ scanner.Parse(str) } -> std::same_as<bool>;
{ scanner.Scan(str) } -> std::same_as<std::optional<std::remove_cvref_t<T>>>;
}
Thoth::Http::NHeaders::Scannable
Definition
_base.hpp:34
Thoth
Http
NHeaders
Scannable
Generated by
1.9.8