Stroika Library 3.0d23
 
Loading...
Searching...
No Matches
Stroika::Foundation::Cache::IKey Concept Reference

A KEY is any copyable value (or the sentinal type void - indicating a keyless - single valued - cache) More...

#include <Common.h>

Concept definition

template<typename T>
concept Stroika::Foundation::Cache::IKey = same_as<T, NonKeyedKeySentinalType> or copyable<T>
A KEY is any copyable value (or the sentinal type void - indicating a keyless - single valued - cache...

Detailed Description

A KEY is any copyable value (or the sentinal type void - indicating a keyless - single valued - cache)

Definition at line 32 of file Foundation/Cache/Common.h.