Boost.Hana  1.1.0
Your standard library for metaprogramming
decay.hpp File Reference

Defines a replacement for std::decay, which is sometimes too slow at compile-time. More...

Classes

struct  boost::hana::detail::decay< T, U >
 Equivalent to std::decay, except faster. More...
 

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Detailed Description

Defines a replacement for std::decay, which is sometimes too slow at compile-time.