/usr/include/boost/units/base_units/metric
NameSizeModeActions
angstrom.hpp11400644editdlrm
are.hpp7120644editdlrm
atmosphere.hpp7610644editdlrm
bar.hpp7220644editdlrm
barn.hpp7190644editdlrm
day.hpp10890644editdlrm
fermi.hpp10860644editdlrm
hectare.hpp7330644editdlrm
hour.hpp11180644editdlrm
knot.hpp7480644editdlrm
liter.hpp7270644editdlrm
micron.hpp10910644editdlrm
minute.hpp11300644editdlrm
mmHg.hpp7470644editdlrm
nautical_mile.hpp11350644editdlrm
ton.hpp12820644editdlrm
torr.hpp6930644editdlrm
year.hpp11030644editdlrm
Edit: /usr/include/boost/units/base_units/metric/barn.hpp (719B)
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2007-2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UNIT_SYSTEMS_METRIC_BARN_HPP_INCLUDED #define BOOST_UNIT_SYSTEMS_METRIC_BARN_HPP_INCLUDED #include #include BOOST_UNITS_DEFINE_BASE_UNIT_WITH_CONVERSIONS(metric, barn, "barn", "b", 1.0e-28, si::area, 11); #endif // BOOST_UNIT_SYSTEMS_METRIC_BARN_HPP_INCLUDED