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

Type definition reduce_command

reduce_command — Holder for a reduce command.

Synopsis

// In header: <boost/histogram/algorithm/reduce.hpp>


typedef unspecified reduce_command;

Description

Use this type to store reduce commands in a container. The internals of this type are an implementation detail.


PrevUpHomeNext