Back to Arangodb

Boost.Hana: boost/hana/detail/decay.hpp File Reference

3rdParty/boost/1.78.0/libs/hana/doc/html/decay_8hpp.html

3.12.9.11.3 KB
Original Source

| | Boost.Hana 1.7.1

Your standard library for metaprogramming | |

Embedded content

Classes | Namespaces

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::hana | | | Namespace containing everything in the library.
| | |

Detailed Description

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

CopyrightLouis Dionne 2013-2017 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)