Platform.Hashing.TemplateLibrary
0.0.3
See the version list below for details.
dotnet add package Platform.Hashing.TemplateLibrary --version 0.0.3
NuGet\Install-Package Platform.Hashing.TemplateLibrary -Version 0.0.3
<PackageReference Include="Platform.Hashing.TemplateLibrary" Version="0.0.3" />
<PackageVersion Include="Platform.Hashing.TemplateLibrary" Version="0.0.3" />
<PackageReference Include="Platform.Hashing.TemplateLibrary" />
paket add Platform.Hashing.TemplateLibrary --version 0.0.3
#r "nuget: Platform.Hashing.TemplateLibrary, 0.0.3"
#:package Platform.Hashing.TemplateLibrary@0.0.3
#addin nuget:?package=Platform.Hashing.TemplateLibrary&version=0.0.3
#tool nuget:?package=Platform.Hashing.TemplateLibrary&version=0.0.3
LinksPlatform's Platform.Hashing is a Template Library what contains set of C++ abstract class templates. Use Platform.Hashing.h file to include the library.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| native | native is compatible. |
-
native 0.0
- Crc32C (>= 1.2.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Platform.Hashing.TemplateLibrary:
| Package | Downloads |
|---|---|
|
Platform.Ranges.TemplateLibrary
LinksPlatform's Platform.Ranges is a Template Library what contains set of C++ non-abstract class templates. Use Platform.Ranges.h file to include the library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.5.6 | 612 | 7/20/2023 |
| 0.5.5 | 539 | 7/4/2023 |
| 0.5.4 | 545 | 7/2/2023 |
| 0.5.3 | 553 | 7/2/2023 |
| 0.5.2 | 547 | 7/2/2023 |
| 0.5.1 | 521 | 6/29/2023 |
| 0.5.0 | 534 | 6/19/2023 |
| 0.4.0 | 821 | 10/28/2022 |
| 0.3.0 | 856 | 6/30/2022 |
| 0.2.0 | 1,135 | 8/20/2021 |
| 0.1.0 | 1,687 | 7/7/2021 |
| 0.0.3 | 1,599 | 3/17/2020 |
| 0.0.2 | 935 | 3/16/2020 |
| 0.0.1 | 951 | 3/16/2020 |
Hash overload with multiple arguments now uses rvalue reference.
Added support for passing complex types into Hash function.
Fixed bug with incorrect static_cast.