Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Struct template bit

boost::histogram::axis::option::bit — Single option flag.

Synopsis

// In header: <boost/histogram/axis/option.hpp>

template<unsigned Pos> 
struct bit {
};

Description

Template Parameters

  1. unsigned Pos

    position of the bit in the set.


PrevUpHomeNext