ATLAS Offline Software
Loading...
Searching...
No Matches
bit_int.h File Reference

Ispired by std::bit_int is proposed for a future C++ standard (P3666R2). More...

#include <cstdint>
#include <cstddef>
Include dependency graph for bit_int.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CxxUtils::bit_int< 8 >
struct  CxxUtils::bit_int< 16 >
struct  CxxUtils::bit_int< 32 >
struct  CxxUtils::bit_int< 64 >

Namespaces

namespace  CxxUtils

Typedefs

template<size_t Bits>
using CxxUtils::bit_int_t = typename bit_int<Bits>::type

Detailed Description

Ispired by std::bit_int is proposed for a future C++ standard (P3666R2).

Author
Andrii Verbytskyi andri.nosp@m.i.ve.nosp@m.rbyts.nosp@m.kyi@.nosp@m.mpp.m.nosp@m.pg.d.nosp@m.e
Date
Jun, 2026

Definition in file bit_int.h.