Thoth
A functional, expressive, asynchronous C++26 webdev library
Loading...
Searching...
No Matches
Thoth::Http::NHeaders::Serializable Concept Reference

#include <_base.hpp>

Concept definition

template<class T>
concept Thoth::Http::NHeaders::Serializable = Scannable<T> && std::formattable<T, char>
Definition _base.hpp:34