Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 988 Bytes

File metadata and controls

43 lines (27 loc) · 988 Bytes

Actions Status

Numbers for C++

LinksPlatform's Platform.Numbers Template Library.

Conan package: platform.numbers

Overview

This library provides header-only numeric utility templates used throughout the LinksPlatform ecosystem:

  • Bit — Bit manipulation utilities for integral types.

Installation

Using Conan:

[requires]
platform.numbers/[latest]

Or using CMake directly:

add_subdirectory(cpp)
target_link_libraries(your_target PRIVATE Platform.Numbers)

Usage

#include <Platform.Numbers.h>

// Use bit operations from Platform.Numbers

Depend on