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

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