text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```c++
/*!
@file
Defines `boost::hana::Iterable`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_ITERABLE_HPP
#define BOOST_HANA_CONCEPT_ITERABLE_HPP
#include <boost/hana/fwd/concept/iterable.hpp>
#include <boost/hana/at.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/iterable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 239 |
```c++
/*!
@file
Defines `boost::hana::Hashable`.
@copyright Louis Dionne 2016
@copyright Jason Rice 2016
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_HASHABLE_HPP
#define BOOST_HANA_CONCEPT_HASHABLE_HPP
#include <boost/hana/fwd/concept/hashable.hpp>
#include <boost/hana/c... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/hashable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 189 |
```c++
/*!
@file
Defines `boost::hana::IntegralConstant`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_INTEGRAL_CONSTANT_HPP
#define BOOST_HANA_CONCEPT_INTEGRAL_CONSTANT_HPP
#include <boost/hana/fwd/concept/integral_constant.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/integral_constant.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 248 |
```c++
/*!
@file
Defines `boost::hana::Logical`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_LOGICAL_HPP
#define BOOST_HANA_CONCEPT_LOGICAL_HPP
#include <boost/hana/fwd/concept/logical.hpp>
#include <boost/hana/config.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/logical.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 234 |
```c++
/*!
@file
Defines `boost::hana::Ring`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_RING_HPP
#define BOOST_HANA_CONCEPT_RING_HPP
#include <boost/hana/fwd/concept/ring.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/core/d... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/ring.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 213 |
```c++
/*!
@file
Defines `boost::hana::Foldable`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_FOLDABLE_HPP
#define BOOST_HANA_CONCEPT_FOLDABLE_HPP
#include <boost/hana/fwd/concept/foldable.hpp>
#include <boost/hana/config.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/foldable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 216 |
```c++
/*!
@file
Defines `boost::hana::Searchable`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_SEARCHABLE_HPP
#define BOOST_HANA_CONCEPT_SEARCHABLE_HPP
#include <boost/hana/fwd/concept/searchable.hpp>
#include <boost/hana/any_of.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/searchable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 212 |
```c++
/*!
@file
Defines `boost::hana::Sequence`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_SEQUENCE_HPP
#define BOOST_HANA_CONCEPT_SEQUENCE_HPP
#include <boost/hana/fwd/concept/sequence.hpp>
#include <boost/hana/config.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/sequence.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 253 |
```c++
/*!
@file
Defines `boost::hana::Monoid`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_MONOID_HPP
#define BOOST_HANA_CONCEPT_MONOID_HPP
#include <boost/hana/fwd/concept/monoid.hpp>
#include <boost/hana/config.hpp>
#include <boost/han... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/monoid.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 219 |
```c++
/*!
@file
Defines `boost::hana::Applicative`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_APPLICATIVE_HPP
#define BOOST_HANA_CONCEPT_APPLICATIVE_HPP
#include <boost/hana/fwd/concept/applicative.hpp>
#include <boost/hana/ap.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/applicative.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 212 |
```c++
/*!
@file
Defines `boost::hana::Monad`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_MONAD_HPP
#define BOOST_HANA_CONCEPT_MONAD_HPP
#include <boost/hana/fwd/concept/monad.hpp>
#include <boost/hana/chain.hpp>
#include <boost/hana/con... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/monad.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 209 |
```c++
/*!
@file
Defines `boost::hana::Orderable`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_ORDERABLE_HPP
#define BOOST_HANA_CONCEPT_ORDERABLE_HPP
#include <boost/hana/fwd/concept/orderable.hpp>
#include <boost/hana/config.hpp>
#includ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/orderable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 195 |
```c++
/*!
@file
Defines `boost::hana::EuclideanRing`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_EUCLIDEAN_RING_HPP
#define BOOST_HANA_CONCEPT_EUCLIDEAN_RING_HPP
#include <boost/hana/fwd/concept/euclidean_ring.hpp>
#include <boost/hana/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/euclidean_ring.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 239 |
```c++
/*!
@file
Defines `boost::hana::MonadPlus`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_MONAD_PLUS_HPP
#define BOOST_HANA_CONCEPT_MONAD_PLUS_HPP
#include <boost/hana/fwd/concept/monad_plus.hpp>
#include <boost/hana/concat.hpp>
#inc... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/monad_plus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 215 |
```c++
/*!
@file
Defines `boost::hana::Metafunction`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCEPT_METAFUNCTION_HPP
#define BOOST_HANA_CONCEPT_METAFUNCTION_HPP
#include <boost/hana/fwd/concept/metafunction.hpp>
#include <boost/hana/config.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concept/metafunction.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 230 |
```c++
/*!
@file
Defines `boost::hana::overload_linearly`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_OVERLOAD_LINEARLY_HPP
#define BOOST_HANA_FUNCTIONAL_OVERLOAD_LINEARLY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detai... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/overload_linearly.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 887 |
```c++
/*!
@file
Defines `boost::hana::overload`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_OVERLOAD_HPP
#define BOOST_HANA_FUNCTIONAL_OVERLOAD_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/decay.hpp>
BOOST_HANA_N... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/overload.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 639 |
```c++
/*!
@file
Defines `boost::hana::demux`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_DEMUX_HPP
#define BOOST_HANA_FUNCTIONAL_DEMUX_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/det... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/demux.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,626 |
```c++
/*!
@file
Defines `boost::hana::on`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_ON_HPP
#define BOOST_HANA_FUNCTIONAL_ON_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/create.hpp>
#include <boost/hana/functional... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/on.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 588 |
```c++
/*!
@file
Defines `boost::hana::arg`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_ARG_HPP
#define BOOST_HANA_FUNCTIONAL_ARG_HPP
#include <boost/hana/config.hpp>
#include <cstddef>
#include <type_traits>
BOOST_HANA_NAMESPACE_BE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/arg.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,446 |
```c++
/*!
@file
Defines `boost::hana::partial`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_PARTIAL_HPP
#define BOOST_HANA_FUNCTIONAL_PARTIAL_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config.hpp>
#include <boost/ha... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/partial.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 778 |
```c++
/*!
@file
Defines `boost::hana::reverse_partial`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_REVERSE_PARTIAL_HPP
#define BOOST_HANA_FUNCTIONAL_REVERSE_PARTIAL_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/reverse_partial.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 777 |
```c++
/*!
@file
Defines `boost::hana::capture`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_CAPTURE_HPP
#define BOOST_HANA_FUNCTIONAL_CAPTURE_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config.hpp>
#include <boost/ha... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/capture.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 788 |
```c++
/*!
@file
Defines `boost::hana::curry`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_CURRY_HPP
#define BOOST_HANA_FUNCTIONAL_CURRY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/decay.hpp>
#include <boost/hana/fu... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/curry.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,381 |
```c++
/*!
@file
Defines `boost::hana::_`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_PLACEHOLDER_HPP
#define BOOST_HANA_FUNCTIONAL_PLACEHOLDER_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/placeholder.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,510 |
```c++
/*!
@file
Defines `boost::hana::lockstep`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_LOCKSTEP_HPP
#define BOOST_HANA_FUNCTIONAL_LOCKSTEP_HPP
#include <boost/hana/basic_tuple.hpp>
#include <boost/hana/config.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/lockstep.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 880 |
```c++
/*!
@file
Defines `boost::hana::fix`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_FIX_HPP
#define BOOST_HANA_FUNCTIONAL_FIX_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/create.hpp>
#include <utility>
BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/fix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 666 |
```c++
/*!
@file
Defines `boost::hana::apply`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_APPLY_HPP
#define BOOST_HANA_FUNCTIONAL_APPLY_HPP
#include <boost/hana/config.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! @ingroup group-functional... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/apply.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 690 |
```c++
/*!
@file
Defines `boost::hana::compose`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_COMPOSE_HPP
#define BOOST_HANA_FUNCTIONAL_COMPOSE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/create.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/compose.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 821 |
```c++
/*!
@file
Defines `boost::hana::always`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_ALWAYS_HPP
#define BOOST_HANA_FUNCTIONAL_ALWAYS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/create.hpp>
#include <utility>... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/always.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 419 |
```c++
/*!
@file
Defines `boost::hana::iterate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_ITERATE_HPP
#define BOOST_HANA_FUNCTIONAL_ITERATE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/iterate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,613 |
```c++
/*!
@file
Defines `boost::hana::flip`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_FLIP_HPP
#define BOOST_HANA_FUNCTIONAL_FLIP_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/create.hpp>
#include <utility>
BOO... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/flip.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 500 |
```c++
/*!
@file
Defines `boost::hana::infix`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_INFIX_HPP
#define BOOST_HANA_FUNCTIONAL_INFIX_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/detail/decay.hpp>
#include <boost/hana/fu... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/infix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,538 |
```c++
/*!
@file
Defines `boost::hana::id`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_ID_HPP
#define BOOST_HANA_FUNCTIONAL_ID_HPP
#include <boost/hana/config.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! @ingroup group-functional
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional/id.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 201 |
```c++
/*!
@file
Forward declares `boost::hana::is_subset`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_IS_SUBSET_HPP
#define BOOST_HANA_FWD_IS_SUBSET_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/ha... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/is_subset.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 693 |
```c++
/*!
@file
Documents the `BOOST_HANA_DEFINE_STRUCT` macro.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DEFINE_STRUCT_HPP
#define BOOST_HANA_FWD_DEFINE_STRUCT_HPP
#include <boost/hana/config.hpp>
BOOST_HANA_NAMESPACE_BEGIN
// Note:
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/define_struct.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 361 |
```c++
/*!
@file
Forward declares `boost::hana::product`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_PRODUCT_HPP
#define BOOST_HANA_FWD_PRODUCT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana/fwd/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/product.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 575 |
```c++
/*!
@file
Forward declares `boost::hana::less`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_LESS_HPP
#define BOOST_HANA_FWD_LESS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana/detail/nested... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/less.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 352 |
```c++
/*!
@file
Forward declares `boost::hana::keys`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_KEYS_HPP
#define BOOST_HANA_FWD_KEYS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/keys.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 311 |
```c++
/*!
@file
Forward declares `boost::hana::unpack`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_UNPACK_HPP
#define BOOST_HANA_FWD_UNPACK_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/unpack.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 831 |
```c++
/*!
@file
Forward declares `boost::hana::min`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MIN_HPP
#define BOOST_HANA_FWD_MIN_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/min.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 369 |
```c++
/*!
@file
Forward declares `boost::hana::cartesian_product`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_CARTESIAN_PRODUCT_HPP
#define BOOST_HANA_FWD_CARTESIAN_PRODUCT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/cartesian_product.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 418 |
```c++
/*!
@file
Forward declares `boost::hana::div`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DIV_HPP
#define BOOST_HANA_FWD_DIV_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/div.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 465 |
```c++
/*!
@file
Forward declares `boost::hana::max`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MAX_HPP
#define BOOST_HANA_FWD_MAX_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/max.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 273 |
```c++
/*!
@file
Forward declares `boost::hana::set`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_SET_HPP
#define BOOST_HANA_FWD_SET_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/fwd/core/to.hpp>
#include <boost/hana/fwd/core/make.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/set.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,464 |
```c++
/*!
@file
Forward declares `boost::hana::length`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_LENGTH_HPP
#define BOOST_HANA_FWD_LENGTH_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/length.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 325 |
```c++
/*!
@file
Forward declares `boost::hana::insert`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_INSERT_HPP
#define BOOST_HANA_FWD_INSERT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/insert.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 400 |
```c++
/*!
@file
Forward declares `boost::hana::remove`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_REMOVE_HPP
#define BOOST_HANA_FWD_REMOVE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/remove.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 525 |
```c++
/*!
@file
Forward declares `boost::hana::mult`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MULT_HPP
#define BOOST_HANA_FWD_MULT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/mult.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 500 |
```c++
/*!
@file
Forward declares `boost::hana::union_`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_UNION_HPP
#define BOOST_HANA_FWD_UNION_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/union.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 190 |
```c++
/*!
@file
Forward declares `boost::hana::one`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_ONE_HPP
#define BOOST_HANA_FWD_ONE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/one.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 252 |
```c++
/*!
@file
Forward declares `boost::hana::unfold_left`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_UNFOLD_LEFT_HPP
#define BOOST_HANA_FWD_UNFOLD_LEFT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/unfold_left.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 671 |
```c++
/*!
@file
Forward declares `boost::hana::empty`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_EMPTY_HPP
#define BOOST_HANA_FWD_EMPTY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/empty.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 307 |
```c++
/*!
@file
Forward declares `boost::hana::power`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_POWER_HPP
#define BOOST_HANA_FWD_POWER_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/power.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 384 |
```c++
/*!
@file
Forward declares `boost::hana::lift`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_LIFT_HPP
#define BOOST_HANA_FWD_LIFT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/lift.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 396 |
```c++
/*!
@file
Forward declares `boost::hana::replicate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_REPLICATE_HPP
#define BOOST_HANA_FWD_REPLICATE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/replicate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 612 |
```c++
/*!
@file
Forward declares `boost::hana::duplicate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DUPLICATE_HPP
#define BOOST_HANA_FWD_DUPLICATE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/duplicate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 378 |
```c++
/*!
@file
Forward declares `boost::hana::fold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FOLD_RIGHT_HPP
#define BOOST_HANA_FWD_FOLD_RIGHT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAM... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/fold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 839 |
```c++
/*!
@file
Forward declares `boost::hana::drop_while`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DROP_WHILE_HPP
#define BOOST_HANA_FWD_DROP_WHILE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAM... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/drop_while.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 473 |
```c++
/*!
@file
Forward declares `boost::hana::fold`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FOLD_HPP
#define BOOST_HANA_FWD_FOLD_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/fwd/fold_left.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/fold.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 265 |
```c++
/*!
@file
Forward declares `boost::hana::less_equal`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_LESS_EQUAL_HPP
#define BOOST_HANA_FWD_LESS_EQUAL_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/less_equal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 372 |
```c++
/*!
@file
Forward declares `boost::hana::remove_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_REMOVE_IF_HPP
#define BOOST_HANA_FWD_REMOVE_IF_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/remove_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 529 |
```c++
/*!
@file
Forward declares `boost::hana::erase_key`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_ERASE_KEY_HPP
#define BOOST_HANA_FWD_ERASE_KEY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/erase_key.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 199 |
```c++
/*!
@file
Forward declares `boost::hana::monadic_fold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MONADIC_FOLD_RIGHT_HPP
#define BOOST_HANA_FWD_MONADIC_FOLD_RIGHT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/wh... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/monadic_fold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,046 |
```c++
/*!
@file
Forward declares `boost::hana::hash`.
@copyright Louis Dionne 2016
@copyright Jason Rice 2016
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_HASH_HPP
#define BOOST_HANA_FWD_HASH_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/hash.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 533 |
```c++
/*!
@file
Forward declares `boost::hana::minus`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MINUS_HPP
#define BOOST_HANA_FWD_MINUS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/minus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 535 |
```c++
/*!
@file
Forward declares `boost::hana::plus`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_PLUS_HPP
#define BOOST_HANA_FWD_PLUS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/plus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 505 |
```c++
/*!
@file
Forward declares `boost::hana::drop_front_exactly`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DROP_FRONT_EXACTLY_HPP
#define BOOST_HANA_FWD_DROP_FRONT_EXACTLY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/wh... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/drop_front_exactly.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 602 |
```c++
/*!
@file
Forward declares `boost::hana::take_front` and `boost::hana::take_front_c`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_TAKE_FRONT_HPP
#define BOOST_HANA_FWD_TAKE_FRONT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/take_front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 553 |
```c++
/*!
@file
Forward declares `boost::hana::intersperse`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_INTERSPERSE_HPP
#define BOOST_HANA_FWD_INTERSPERSE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/intersperse.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 444 |
```c++
/*!
@file
Forward declares `boost::hana::or_`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_OR_HPP
#define BOOST_HANA_FWD_OR_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! Re... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/or.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 364 |
```c++
/*!
@file
Forward declares `boost::hana::extend`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_EXTEND_HPP
#define BOOST_HANA_FWD_EXTEND_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/extend.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 448 |
```c++
/*!
@file
Forward declares `boost::hana::none_of`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_NONE_OF_HPP
#define BOOST_HANA_FWD_NONE_OF_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/none_of.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 357 |
```c++
/*!
@file
Forward declares `boost::hana::is_empty`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_IS_EMPTY_HPP
#define BOOST_HANA_FWD_IS_EMPTY_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/is_empty.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 341 |
```c++
/*!
@file
Forward declares `boost::hana::fold_left`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FOLD_LEFT_HPP
#define BOOST_HANA_FWD_FOLD_LEFT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/fold_left.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 793 |
```c++
/*!
@file
Forward declares `boost::hana::members`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MEMBERS_HPP
#define BOOST_HANA_FWD_MEMBERS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/members.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 280 |
```c++
/*!
@file
Forward declares `boost::hana::eval_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_EVAL_IF_HPP
#define BOOST_HANA_FWD_EVAL_IF_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/eval_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,541 |
```c++
/*!
@file
Forward declares `boost::hana::unfold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_UNFOLD_RIGHT_HPP
#define BOOST_HANA_FWD_UNFOLD_RIGHT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HA... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/unfold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 674 |
```c++
/*!
@file
Forward declares `boost::hana::sort`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_SORT_HPP
#define BOOST_HANA_FWD_SORT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana/detail/nested... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/sort.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 941 |
```c++
/*!
@file
Includes boost/hana/fwd/integral_constant.hpp.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_BOOL_HPP
#define BOOST_HANA_FWD_BOOL_HPP
#include <boost/hana/fwd/integral_constant.hpp>
#endif // !BOOST_HANA_FWD_BOOL_HPP
``` | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/bool.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 80 |
```c++
/*!
@file
Forward declares `boost::hana::count_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_COUNT_IF_HPP
#define BOOST_HANA_FWD_COUNT_IF_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/count_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 376 |
```c++
/*!
@file
Forward declares `boost::hana::symmetric_difference`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_SYMMETRIC_DIFFERENCE_HPP
#define BOOST_HANA_FWD_SYMMETRIC_DIFFERENCE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/c... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/symmetric_difference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 207 |
```c++
/*!
@file
Forward declares `boost::hana::drop_front`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_DROP_FRONT_HPP
#define BOOST_HANA_FWD_DROP_FRONT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAM... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/drop_front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 554 |
```c++
/*!
@file
Forward declares `boost::hana::find`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FIND_HPP
#define BOOST_HANA_FWD_FIND_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/find.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 433 |
```c++
/*!
@file
Forward declares `boost::hana::group`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_GROUP_HPP
#define BOOST_HANA_FWD_GROUP_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana/detail/nes... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/group.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 926 |
```c++
/*!
@file
Forward declares `boost::hana::fill`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FILL_HPP
#define BOOST_HANA_FWD_FILL_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/fill.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 349 |
```c++
/*!
@file
Forward declares `boost::hana::none`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_NONE_HPP
#define BOOST_HANA_FWD_NONE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/none.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 286 |
```c++
/*!
@file
Forward declares `boost::hana::then`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_THEN_HPP
#define BOOST_HANA_FWD_THEN_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/then.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 337 |
```c++
/*!
@file
Forward declares `boost::hana::scan_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_SCAN_RIGHT_HPP
#define BOOST_HANA_FWD_SCAN_RIGHT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAM... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/scan_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 984 |
```c++
/*!
@file
Forward declares `boost::hana::zip`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_ZIP_HPP
#define BOOST_HANA_FWD_ZIP_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/zip.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 495 |
```c++
/*!
@file
Forward declares `boost::hana::prepend`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_PREPEND_HPP
#define BOOST_HANA_FWD_PREPEND_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BE... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/prepend.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 591 |
```c++
/*!
@file
Forward declares `boost::hana::lexicographical_compare`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_LEXICOGRAPHICAL_COMPARE_HPP
#define BOOST_HANA_FWD_LEXICOGRAPHICAL_COMPARE_HPP
#include <boost/hana/config.hpp>
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/lexicographical_compare.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 973 |
```c++
/*!
@file
Forward declares `boost::hana::negate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_NEGATE_HPP
#define BOOST_HANA_FWD_NEGATE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/negate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 237 |
```c++
/*!
@file
Forward declares `boost::hana::front`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FRONT_HPP
#define BOOST_HANA_FWD_FRONT_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 342 |
```c++
/*!
@file
Forward declares `boost::hana::maximum`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_MAXIMUM_HPP
#define BOOST_HANA_FWD_MAXIMUM_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
#include <boost/hana/deta... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/maximum.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,030 |
```c++
/*!
@file
Forward declares `boost::hana::suffix`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_SUFFIX_HPP
#define BOOST_HANA_FWD_SUFFIX_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/suffix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 530 |
```c++
/*!
@file
Forward declares `boost::hana::ordering`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_ORDERING_HPP
#define BOOST_HANA_FWD_ORDERING_HPP
#include <boost/hana/config.hpp>
BOOST_HANA_NAMESPACE_BEGIN
//! Returns a function pe... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/ordering.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 462 |
```c++
/*!
@file
Forward declares `boost::hana::take_while`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_TAKE_WHILE_HPP
#define BOOST_HANA_FWD_TAKE_WHILE_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAM... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/take_while.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 393 |
```c++
/*!
@file
Forward declares `boost::hana::accessors`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_ACCESSORS_HPP
#define BOOST_HANA_FWD_ACCESSORS_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESP... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/accessors.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 354 |
```c++
/*!
@file
Forward declares `boost::hana::first`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FWD_FIRST_HPP
#define BOOST_HANA_FWD_FIRST_HPP
#include <boost/hana/config.hpp>
#include <boost/hana/core/when.hpp>
BOOST_HANA_NAMESPACE_BEGIN
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fwd/first.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 334 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.