Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::detail::static_log2_impl::static_log2_impl< x, n > Member List

This is the complete list of members for boost::detail::static_log2_impl::static_log2_impl< x, n >, including all inherited members.

BOOST_STATIC_CONSTANT(bool, c=(x >> n) > 0)boost::detail::static_log2_impl::static_log2_impl< x, n >
BOOST_STATIC_CONSTANT(result_type, value=c *n+(static_log2_impl< (x >>c *n), n/2 >::value))boost::detail::static_log2_impl::static_log2_impl< x, n >