Boost C++ Libraries Home Libraries People FAQ More

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