Numbers for C++
LinksPlatform's Platform.Numbers Template Library.
Conan package: platform.numbers
This library provides header-only numeric utility templates used throughout the LinksPlatform ecosystem:
Bit— Bit manipulation utilities for integral types.
Using Conan:
[requires]
platform.numbers/[latest]Or using CMake directly:
add_subdirectory(cpp)
target_link_libraries(your_target PRIVATE Platform.Numbers)#include <Platform.Numbers.h>
// Use bit operations from Platform.Numbers- Platform.Interfaces (C++ version)