Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
Samples/Containers/Sources/Mapping.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Sample_Containers_Mapping_h_
5#define _Sample_Containers_Mapping_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9namespace Samples::Containers::Mapping {
10
11 void RunDemo ();
12
13}
14
15/*
16 ********************************************************************************
17 ***************************** Implementation Details ***************************
18 ********************************************************************************
19 */
20
21#endif /*_Sample_Containers_Mapping_h_*/