Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct atmosphere_base_unit

boost::units::metric::atmosphere_base_unit

Synopsis

// In header: <boost/units/base_units/metric/atmosphere.hpp>


struct atmosphere_base_unit {

  // public static functions
  static const char * name();
  static const char * symbol();
};

Description

atmosphere_base_unit public static functions

  1. static const char * name();
  2. static const char * symbol();

PrevUpHomeNext