xo-alloc/include/xo/unit/basis_unit_abbrev.hpp

21 lines
352 B
C++

/** @file basis_unit_abbrev.hpp
*
* Author: Roland Conybeare
**/
#pragma once
#include "native_unit.hpp"
#include "xo/ratio/ratio.hpp"
//#include <cstdint>
namespace xo {
namespace qty {
namespace abbrev {
xxx;
} /*namespace abbrev*/
} /*namespace qty*/
} /*namespace xo*/
/** end basis_unit_abbrev.hpp **/