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

Struct base_unit_info<abstract::amount_unit_tag>
PrevUpHomeNext

Struct base_unit_info

boost::units::base_unit_info

Synopsis

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


struct base_unit_info {

  // public static functions
  static std::string name() ;
  static std::string symbol() ;
};

Description

base_unit_info public static functions

  1. static std::string name() ;
  2. static std::string symbol() ;

PrevUpHomeNext