Platform.Interfaces.TemplateLibrary 0.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Platform.Interfaces.TemplateLibrary --version 0.1.2
NuGet\Install-Package Platform.Interfaces.TemplateLibrary -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Platform.Interfaces.TemplateLibrary" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Platform.Interfaces.TemplateLibrary --version 0.1.2
#r "nuget: Platform.Interfaces.TemplateLibrary, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Platform.Interfaces.TemplateLibrary as a Cake Addin
#addin nuget:?package=Platform.Interfaces.TemplateLibrary&version=0.1.2

// Install Platform.Interfaces.TemplateLibrary as a Cake Tool
#tool nuget:?package=Platform.Interfaces.TemplateLibrary&version=0.1.2

LinksPlatform's Platform.Interfaces is a Template Library what contains set of C++ concepts templates. Use Platform.Interfaces.h file to include the library.

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • native 0.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Platform.Interfaces.TemplateLibrary:

Package Downloads
Platform.Setters.TemplateLibrary

LinksPlatform's Platform.Setters is a Template Library what contains set of C++ class templates. Each setter provides a set of callback methods to set the result value. Use Platform.Setters.h file to include the library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.41 289 12/13/2022
0.3.40 263 12/13/2022
0.3.39 244 12/13/2022
0.3.38 252 12/13/2022
0.3.37 240 12/12/2022
0.3.36 240 12/12/2022
0.3.35 251 12/12/2022
0.3.34 238 12/12/2022
0.3.33 265 12/12/2022
0.3.32 251 12/12/2022
0.3.31 256 12/12/2022
0.3.30 254 12/12/2022
0.3.29 258 12/12/2022
0.3.28 263 12/12/2022
0.3.27 269 12/12/2022
0.3.25 280 12/2/2022
0.3.24 292 12/2/2022
0.3.23 279 12/2/2022
0.3.22 273 12/2/2022
0.3.21 285 12/2/2022
0.3.19 288 12/2/2022
0.2.7 426 5/26/2022
0.2.6 365 5/26/2022
0.2.5 372 11/14/2021
0.2.4 251 11/14/2021
0.2.3 273 11/14/2021
0.2.2 283 11/14/2021
0.2.1 302 11/14/2021
0.2.0 281 11/9/2021
0.1.4 332 9/18/2021
0.1.3 1,566 7/2/2021
0.1.2 594 6/20/2021
0.1.1 293 6/19/2021
0.1.0 337 6/19/2021
0.0.3 599 3/16/2020
0.0.2 450 3/5/2020
0.0.1 543 11/21/2019

Fixed compile-error bug => (concepts without Item type tried get first type from Items... set)
       Added more concepts:
       - Added IDictionary concept (std::map and other dictionary types)
       - Added ISet concept (std::set and other set types)
       Moved concepts logic to Internal ConceptHelpFunction