Loading [MathJax]/extensions/tex2jax.js
Boost.Hana  1.7.1
Your standard library for metaprogramming
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
boost::hana::constant_detail::which< A, B, C > Struct Template Reference

Description

template<typename A, typename B, typename C>
struct boost::hana::constant_detail::which< A, B, C >

Todo:
This is an awful hack to avoid having
common<integral_constant_tag<int>, integral_constant_tag<long>>
==
CanonicalConstant<long>