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 heterogeneous_system

boost::units::heterogeneous_system

Synopsis

// In header: <boost/units/heterogeneous_system.hpp>

template<typename T> 
struct heterogeneous_system {
};

Description

A system that can represent any possible combination of units at the expense of not preserving information about how it was created. Do not create specializations of this template directly. Instead use reduce_unit and base_unit<...>::unit_type.


PrevUpHomeNext