4#ifndef _Stroika_Foundation_IO_Network_HTTP_IfNoneMatch_h_
5#define _Stroika_Foundation_IO_Network_HTTP_IfNoneMatch_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
10#include "Stroika/Foundation/Containers/Sequence.h"
19 using Characters::String;
31 static optional<IfNoneMatch>
Parse (
const String& wireFormat);
36 bool IsAsterisk ()
const;
54 nonvirtual strong_ordering operator<=> (
const IfNoneMatch& rhs)
const =
default;
64#include "IfNoneMatch.inl"
String is like std::u32string, except it is much easier to use, often much more space efficient,...
A generalization of a vector: a container whose elements are keyed by the natural numbers.
static optional< IfNoneMatch > Parse(const String &wireFormat)
nonvirtual String ToString() const