#include "Stroika/Foundation/StroikaPreComp.h"
#include <span>
#include "Stroika/Foundation/Common/Common.h"
#include "Stroika/Foundation/Common/Concepts.h"
#include "Stroika/Foundation/Common/TypeHints.h"
#include "Stroika/Foundation/Memory/Common.h"
#include "InlineBuffer.inl"
Go to the source code of this file.
Classes | |
class | Stroika::Foundation::Memory::InlineBuffer< T, BUF_SIZE > |
Logically halfway between std::array and std::vector; Smart 'direct memory array' - which when needed automatically switches to heap based so can grow - BUF_SIZE is number of T elements allocated inline. More... | |
Namespaces | |
namespace | Stroika::Foundation |
Definition in file InlineBuffer.h.