Boost.Hana  1.0.1
Your standard library for metaprogramming
integral_constant.hpp File Reference

Forward declares boost::hana::integral_constant. More...

Classes

struct  boost::hana::integral_constant_tag< T >
 Tag representing hana::integral_constant. More...
 
struct  boost::hana::integral_constant< T, v >
 Compile-time value of an integral type. More...
 

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 
 boost::hana::literals
 Namespace containing C++14 user-defined literals provided by Hana.
 

Functions

template<char... c>
constexpr auto boost::hana::literals::operator""_c ()
 Creates a hana::integral_constant from a literal. More...
 

Detailed Description

Forward declares boost::hana::integral_constant.