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 a snapshot of the master branch, built from commit c6a8213e9b.
PrevUpHomeNext

Struct base_unit_info<astronomical::light_year_base_unit>

boost::units::base_unit_info<astronomical::light_year_base_unit>

Synopsis

// In header: <boost/units/base_units/astronomical/light_year.hpp>


struct base_unit_info<astronomical::light_year_base_unit> {

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

Description

base_unit_info public static functions

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

PrevUpHomeNext