4#ifndef _Stroika_Foundation_Database_Document_Document_h_
5#define _Stroika_Foundation_Database_Document_Document_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
10#include "Stroika/Foundation/Containers/Mapping.h"
19namespace Stroika::Foundation::Database::Document {
21 using Characters::String;
22 using Containers::Mapping;
23 using DataExchange::VariantValue;
54#include "Document.inl"
String is like std::u32string, except it is much easier to use, often much more space efficient,...
A Mapping uniquely associates two elements: a key and a value (use Assocation to allow multiple value...