Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository

Repository Summary

Description Vendor package for the mp-units library
Checkout URI https://github.com/nobleo/mp_units_vendor.git
VCS Type git
VCS Version main
Last Updated 2025-10-10
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
mp_units_vendor 2.4.0

README

mp_units_vendor

Vendor package for the mp-units library.

Usage

package.xml

<build_depend>mp_units_vendor</build_depend>

CMakeLists.txt

find_package(mp_units_vendor REQUIRED)

target_link_libraries(my_target
  mp-units::mp-units
)

C++ Code Example

#include <mp_units/mp_units.hpp>

using namespace mp_units::si::unit_symbols;

auto velocity = 50 km / h;

Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository

Repo symbol

mp_units_vendor repository