Boost.Hana  1.0.0
Your standard library for metaprogramming
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cboost::hana::detail::operators::adl< tuple< Xn... > >
 Cboost::hana::tuple< Xn >General purpose index-based heterogeneous sequence with a fixed length
 Cboost::hana::detail::operators::adl< tuple<> >
 Cboost::hana::detail::operators::adl<>
 Cboost::hana::at_key_detail::advance_until< Xs, Pred, i+1, N, static_cast< bool >(detail::decay< decltype(std::declval< Pred >()(hana::at_c< i >(std::declval< Xs >())))>::type::value)>
 Cboost::hana::basic_tuple< F, Args... >
 Cboost::hana::basic_tuple< X >
 Cboost::hana::basic_tuple< Xn... >
 Cboost::fusion::deque< T >Adapter for Boost.Fusion deques
 Cboost::fusion::list< T >Adapter for Boost.Fusion lists
 Cboost::fusion::tuple< T >Adapter for Boost.Fusion tuples
 Cboost::fusion::vector< T >Adapter for Boost.Fusion vectors
 Cboost::hana::at_key_detail::advance_until< Xs, Pred, i, N, Done >
 Cboost::hana::basic_tuple< Xs >Stripped down version of hana::tuple
 Cboost::hana::basic_tuple_tagTag representing hana::basic_tuple
 Cboost::hana::basic_type< T >Base class of hana::type; used for pattern-matching
 Cboost::hana::common< T, U, enabler >Metafunction returning the common data type between two data types
 Cboost::hana::constant_detail::which< A, B, C >
 Cboost::hana::default_Mark a tag-dispatched method implementation as a default implementation
 Cboost::hana::detail::any_of< Predicate, T >Returns whether the Predicate is satisfied by any of the T...
 Cboost::hana::detail::array< T, Size >A minimal std::array with better constexpr support
 Cboost::hana::detail::CanonicalConstant< T >Tag representing a canonical Constant
 Cboost::hana::detail::create< T >Implementation of the generic std::make_xxx pattern for arbitrary xxxs
 Cboost::hana::detail::decay< T, U >Equivalent to std::decay, except faster
 Cboost::hana::detail::first_unsatisfied_index< Pred >Returns the index of the first element which does not satisfy Pred, or sizeof...(Xs) if no such element exists
 Cboost::hana::detail::has_duplicates< T >Returns whether any of the Ts are duplicate w.r.t. hana::equal
 Cboost::hana::detail::index_if< Pred, Ts, typename >Returns the index of the first element of the pack<> that satisfies the predicate, or the size of the pack if there is no such element
 Cboost::hana::detail::nested_by< Algorithm >Provides a .by static constexpr function object
 Cboost::hana::detail::nested_than< Algorithm >Provides a .than static constexpr function object
 Cboost::hana::detail::nested_to< Algorithm >Provides a .to static constexpr function object
 Cboost::hana::detail::operators::adl<... >Enables ADL in the hana::detail::operators namespace
 Cboost::hana::detail::std_common_type< T, U, typename >Equivalent to std::common_type, except it is SFINAE-friendly and does not support custom specializations
 Cboost::hana::detail::wrong<... >Equivalent to a type-dependent std::false_type
 Cboost::hana::embedding< bool >Marks a conversion between data types as being an embedding
 Cboost::hana::experimental::types< T >Container optimized for holding types
 Cboost::hana::has_common< T, U, typename >Metafunction returning whether two data types share a common data type
 Cboost::hana::integral_constant< T, v >Compile-time value of an integral type
 Cboost::hana::integral_constant_tag< T >Tag representing hana::integral_constant
 Cboost::hana::IntegralConstant< C >The IntegralConstant concept represents compile-time integral values
 Cboost::hana::is_convertible< From, To, typename >Returns whether there is a Hana-conversion from a data type to another
 Cboost::hana::is_default< Method, typename >Returns whether a tag-dispatched method implementation is a default implementation
 Cboost::hana::is_embedded< From, To, typename >Returns whether a data type can be embedded into another data type
 Cboost::hana::lazy< implementation_defined >hana::lazy implements superficial laziness via a monadic interface
 Cboost::hana::lazy_tagTag representing hana::lazy
 Cboost::hana::map< implementation_defined >Basic associative container requiring unique, Comparable and Hashable keys
 Cboost::hana::map_tagTag representing hana::maps
 Cboost::hana::optional< T >Optional value whose optional-ness is known at compile-time
 Cboost::hana::optional_tagTag representing a hana::optional
 Cboost::hana::pair< First, Second >Generic container for two elements
 Cboost::hana::pair_tagTag representing hana::pair
 Cboost::hana::range< T, from, to >Compile-time half-open interval of hana::integral_constants
 Cboost::hana::range_tagTag representing a hana::range
 Cboost::hana::set< implementation_defined >Basic unordered container requiring unique, Comparable and Hashable keys
 Cboost::hana::set_tagTag representing the hana::set container
 Cboost::hana::string< implementation_defined >Compile-time string
 Cboost::hana::string_tagTag representing a compile-time string
 Cboost::hana::tag_of< T, enabler >Metafunction returning the tag associated to T
 Cboost::hana::tuple_tagTag representing hana::tuples
 Cboost::hana::type< T >C++ type in value-level representation
 Cboost::hana::type_tagTag representing hana::type
 Cboost::hana::when< condition >Enable a partial specialization only if a boolean condition is true
 Cboost::mpl::integral_c< T, v >Adapter for IntegralConstants from the Boost.MPL
 Cboost::mpl::list< T >Adapter for Boost.MPL lists
 Cboost::mpl::vector< T >Adapter for Boost.MPL vectors
 Cboost::tuple< T >Adapter for boost::tuples
 Cboost::hana::embedding< is_embedded< C::value_type, T >::value >
 Cboost::hana::embedding< is_embedded< C::value_type, T >{}>
 Cboost::hana::embedding<>
 Cstd::integral_constant< bool, EqualityComparable< T >::value &&EqualityComparable< U >::value &&EqualityComparable< detail::std_common_type< T, U >::type >::value >
 Cboost::hana::integral_constant< bool, std::is_same< DataType, hana::tag_of< T >::type >::value >
 Cstd::array< T, N >Adaptation of std::array for Hana
 Cstd::integer_sequence< T, v >Adaptation of std::integer_sequence for Hana
 Cstd::integral_constant< T, v >Adapter for std::integral_constants
 Cstd::pair< First, Second >Adaptation of std::pair for Hana
 Cstd::ratio< Num, Denom >Adaptation of std::ratio for Hana
 Cstd::tuple< T >Adapter for std::tuples
 Cboost::hana::detail::std_common_type< T, U >
 Cboost::hana::tag_of< T >