TypeSI
Units of 'Système international' Blended for C++
Loading...
Searching...
No Matches
si_utilities.hpp
Go to the documentation of this file.
1#pragma once
5namespace Si {
6namespace Internal {
7template <typename T> const T &implicit_cast(const T &t) { return t; }
8} // namespace Internal
9} // namespace Si