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 for the latest Boost documentation.
PrevUpHomeNext

Struct base_unit_info<abstract::time_unit_tag>

boost::units::base_unit_info<abstract::time_unit_tag>

Synopsis

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


struct base_unit_info<abstract::time_unit_tag> {

  // 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