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 | 238 | 7/20/2023 |
0.5.5 | 242 | 7/4/2023 |
0.5.4 | 248 | 7/2/2023 |
0.5.3 | 240 | 7/2/2023 |
0.5.2 | 245 | 7/2/2023 |
0.5.1 | 222 | 6/29/2023 |
0.5.0 | 224 | 6/19/2023 |
0.4.0 | 486 | 10/28/2022 |
0.3.0 | 529 | 6/30/2022 |
0.2.0 | 802 | 8/20/2021 |
0.1.0 | 1,356 | 7/7/2021 |
0.0.3 | 1,244 | 3/17/2020 |
0.0.2 | 585 | 3/16/2020 |
0.0.1 | 597 | 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.