40 #ifndef LIBDCP_RAW_CONVERT_H
41 #define LIBDCP_RAW_CONVERT_H
45 #include <boost/static_assert.hpp>
55 template <
typename P,
typename Q>
62 BOOST_STATIC_ASSERT (
sizeof (Q) == 0);
63 LIBDCP_UNUSED(precision);
Namespace for everything in libdcp.
P raw_convert(Q, int precision=16, bool fixed=false)
Utility methods and classes.