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" />
paket add Platform.Hashing.TemplateLibrary --version 0.0.3
#r "nuget: Platform.Hashing.TemplateLibrary, 0.0.3"
// Install Platform.Hashing.TemplateLibrary as a Cake Addin #addin nuget:?package=Platform.Hashing.TemplateLibrary&version=0.0.3 // Install Platform.Hashing.TemplateLibrary as a Cake Tool #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 | 193 | 7/20/2023 |
0.5.5 | 208 | 7/4/2023 |
0.5.4 | 212 | 7/2/2023 |
0.5.3 | 205 | 7/2/2023 |
0.5.2 | 211 | 7/2/2023 |
0.5.1 | 189 | 6/29/2023 |
0.5.0 | 187 | 6/19/2023 |
0.4.0 | 443 | 10/28/2022 |
0.3.0 | 477 | 6/30/2022 |
0.2.0 | 737 | 8/20/2021 |
0.1.0 | 1,293 | 7/7/2021 |
0.0.3 | 1,158 | 3/17/2020 |
0.0.2 | 501 | 3/16/2020 |
0.0.1 | 517 | 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.