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 plane_angle_unit_tag

boost::units::abstract::plane_angle_unit_tag

Synopsis

// In header: <boost/units/systems/abstract.hpp>


struct plane_angle_unit_tag :
  public base_unit< plane_angle_unit_tag, plane_angle_dimension, -23 >
{
};

PrevUpHomeNext