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::max`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MAX_HPP
#define BOOST_HANA_MAX_HPP
#include <boost/hana/fwd/max.hpp>
#include <boost/hana/concept/orderable.hpp>
#include <boost/hana/config.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/hana/max.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 444 |
```c++
/*!
@file
Defines `boost::hana::div`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_DIV_HPP
#define BOOST_HANA_DIV_HPP
#include <boost/hana/fwd/div.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/euclidean_ring.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/div.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 884 |
```c++
/*!
@file
Defines `boost::hana::length`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_LENGTH_HPP
#define BOOST_HANA_LENGTH_HPP
#include <boost/hana/fwd/length.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/config.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/length.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 370 |
```c++
/*!
@file
Defines `boost::hana::insert`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_INSERT_HPP
#define BOOST_HANA_INSERT_HPP
#include <boost/hana/fwd/insert.hpp>
#include <boost/hana/append.hpp>
#include <boost/hana/concat.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/hana/insert.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 372 |
```c++
/*!
@file
Defines `boost::hana::remove`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REMOVE_HPP
#define BOOST_HANA_REMOVE_HPP
#include <boost/hana/fwd/remove.hpp>
#include <boost/hana/concept/monad_plus.hpp>
#include <boost/hana/config.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/remove.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 391 |
```c++
/*!
@file
Defines `boost::hana::set`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SET_HPP
#define BOOST_HANA_SET_HPP
#include <boost/hana/fwd/set.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/concept... | /content/code_sandbox/src/boost_1_66_0/boost/hana/set.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,397 |
```c++
/*!
@file
Defines `boost::hana::mult`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MULT_HPP
#define BOOST_HANA_MULT_HPP
#include <boost/hana/fwd/mult.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/ring.hpp>
#i... | /content/code_sandbox/src/boost_1_66_0/boost/hana/mult.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 872 |
```c++
/*!
@file
Defines `boost::hana::union`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_UNION_HPP
#define BOOST_HANA_UNION_HPP
#include <boost/hana/fwd/union.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/core/dispatch.hpp>
BOOST... | /content/code_sandbox/src/boost_1_66_0/boost/hana/union.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 250 |
```c++
/*!
@file
Defines `boost::hana::unfold_left`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_UNFOLD_LEFT_HPP
#define BOOST_HANA_UNFOLD_LEFT_HPP
#include <boost/hana/fwd/unfold_left.hpp>
#include <boost/hana/append.hpp>
#include <boost/hana/co... | /content/code_sandbox/src/boost_1_66_0/boost/hana/unfold_left.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 493 |
```c++
/*!
@file
Defines `boost::hana::empty`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_EMPTY_HPP
#define BOOST_HANA_EMPTY_HPP
#include <boost/hana/fwd/empty.hpp>
#include <boost/hana/concept/monad_plus.hpp>
#include <boost/hana/concept/sequen... | /content/code_sandbox/src/boost_1_66_0/boost/hana/empty.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 320 |
```c++
/*!
@file
Defines `boost::hana::one`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ONE_HPP
#define BOOST_HANA_ONE_HPP
#include <boost/hana/fwd/one.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/ring.hpp>
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/hana/one.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 496 |
```c++
/*!
@file
Defines `boost::hana::power`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_POWER_HPP
#define BOOST_HANA_POWER_HPP
#include <boost/hana/fwd/power.hpp>
#include <boost/hana/concept/integral_constant.hpp>
#include <boost/hana/concept... | /content/code_sandbox/src/boost_1_66_0/boost/hana/power.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 478 |
```c++
/*!
@file
Defines `boost::hana::lift`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_LIFT_HPP
#define BOOST_HANA_LIFT_HPP
#include <boost/hana/fwd/lift.hpp>
#include <boost/hana/concept/applicative.hpp>
#include <boost/hana/concept/sequence.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/lift.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 356 |
```c++
/*!
@file
Defines `boost::hana::replicate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REPLICATE_HPP
#define BOOST_HANA_REPLICATE_HPP
#include <boost/hana/fwd/replicate.hpp>
#include <boost/hana/concept/integral_constant.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/replicate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 561 |
```c++
/*!
@file
Defines `boost::hana::duplicate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_DUPLICATE_HPP
#define BOOST_HANA_DUPLICATE_HPP
#include <boost/hana/fwd/duplicate.hpp>
#include <boost/hana/concept/comonad.hpp>
#include <boost/hana/c... | /content/code_sandbox/src/boost_1_66_0/boost/hana/duplicate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 339 |
```c++
/*!
@file
Defines `boost::hana::drop_while`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_DROP_WHILE_HPP
#define BOOST_HANA_DROP_WHILE_HPP
#include <boost/hana/fwd/drop_while.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/drop_while.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 717 |
```c++
/*!
@file
Defines `boost::hana::fold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FOLD_RIGHT_HPP
#define BOOST_HANA_FOLD_RIGHT_HPP
#include <boost/hana/fwd/fold_right.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 749 |
```c++
/*!
@file
Defines `boost::hana::fold`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FOLD_HPP
#define BOOST_HANA_FOLD_HPP
#include <boost/hana/fwd/fold.hpp>
#include <boost/hana/fold_left.hpp>
#endif // !BOOST_HANA_FOLD_HPP
``` | /content/code_sandbox/src/boost_1_66_0/boost/hana/fold.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 86 |
```c++
/*!
@file
Defines `boost::hana::less_equal`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_LESS_EQUAL_HPP
#define BOOST_HANA_LESS_EQUAL_HPP
#include <boost/hana/fwd/less_equal.hpp>
#include <boost/hana/concept/orderable.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/less_equal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 613 |
```c++
/*!
@file
Defines `boost::hana::remove_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REMOVE_IF_HPP
#define BOOST_HANA_REMOVE_IF_HPP
#include <boost/hana/fwd/remove_if.hpp>
#include <boost/hana/concept/monad_plus.hpp>
#include <boost/han... | /content/code_sandbox/src/boost_1_66_0/boost/hana/remove_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 389 |
```c++
/*!
@file
Defines `boost::hana::erase_key`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ERASE_KEY_HPP
#define BOOST_HANA_ERASE_KEY_HPP
#include <boost/hana/fwd/erase_key.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/core/dispa... | /content/code_sandbox/src/boost_1_66_0/boost/hana/erase_key.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 240 |
```c++
/*!
@file
Defines function-like equivalents to the standard `<type_traits>`, and also
to some utilities like `std::declval`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TRAITS_HPP
#define BOOST_HANA_TRAITS_HPP
#include <boost/hana/config.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,226 |
```c++
/*!
@file
Defines `boost::hana::monadic_fold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MONADIC_FOLD_RIGHT_HPP
#define BOOST_HANA_MONADIC_FOLD_RIGHT_HPP
#include <boost/hana/fwd/monadic_fold_right.hpp>
#include <boost/hana/chain.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/monadic_fold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,117 |
```c++
/*!
@file
Defines `boost::hana::minus`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MINUS_HPP
#define BOOST_HANA_MINUS_HPP
#include <boost/hana/fwd/minus.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/group.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/minus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 922 |
```c++
/*!
@file
Defines `boost::hana::hash`.
@copyright Jason Rice 2016
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_HASH_HPP
#define BOOST_HANA_HASH_HPP
#include <boost/hana/fwd/hash.hpp>
#include <boost/hana/concept/hashable.hpp>
#include <boost/hana/concept/integral_constant.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/hash.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 754 |
```c++
/*!
@file
Defines `boost::hana::drop_front_exactly`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_DROP_FRONT_EXACTLY_HPP
#define BOOST_HANA_DROP_FRONT_EXACTLY_HPP
#include <boost/hana/fwd/drop_front_exactly.hpp>
#include <boost/hana/bool.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/drop_front_exactly.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 755 |
```c++
/*!
@file
Defines `boost::hana::plus`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_PLUS_HPP
#define BOOST_HANA_PLUS_HPP
#include <boost/hana/fwd/plus.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/monoid.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/plus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 886 |
```c++
/*!
@file
Defines `boost::hana::intersperse`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_INTERSPERSE_HPP
#define BOOST_HANA_INTERSPERSE_HPP
#include <boost/hana/fwd/intersperse.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/bool.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/intersperse.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 671 |
```c++
/*!
@file
Defines `boost::hana::or_`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_OR_HPP
#define BOOST_HANA_OR_HPP
#include <boost/hana/fwd/or.hpp>
#include <boost/hana/concept/logical.hpp>
#include <boost/hana/config.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/or.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 478 |
```c++
/*!
@file
Defines `boost::hana::extend`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_EXTEND_HPP
#define BOOST_HANA_EXTEND_HPP
#include <boost/hana/fwd/extend.hpp>
#include <boost/hana/concept/comonad.hpp>
#include <boost/hana/config.hpp>
#... | /content/code_sandbox/src/boost_1_66_0/boost/hana/extend.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 368 |
```c++
/*!
@file
Defines `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_TAKE_FRONT_HPP
#define BOOST_HANA_TAKE_FRONT_HPP
#include <boost/hana/fwd/take_front.hpp>
#include <boost/hana/at.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/hana/take_front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 610 |
```c++
/*!
@file
Defines `boost::hana::is_empty`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_IS_EMPTY_HPP
#define BOOST_HANA_IS_EMPTY_HPP
#include <boost/hana/fwd/is_empty.hpp>
#include <boost/hana/concept/iterable.hpp>
#include <boost/hana/conf... | /content/code_sandbox/src/boost_1_66_0/boost/hana/is_empty.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 299 |
```c++
/*!
@file
Defines `boost::hana::fold_left`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FOLD_LEFT_HPP
#define BOOST_HANA_FOLD_LEFT_HPP
#include <boost/hana/fwd/fold_left.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fold_left.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 750 |
```c++
/*!
@file
Defines `boost::hana::none_of`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_NONE_OF_HPP
#define BOOST_HANA_NONE_OF_HPP
#include <boost/hana/fwd/none_of.hpp>
#include <boost/hana/any_of.hpp>
#include <boost/hana/concept/searchable... | /content/code_sandbox/src/boost_1_66_0/boost/hana/none_of.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 375 |
```c++
/*!
@file
Defines `boost::hana::eval_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_EVAL_IF_HPP
#define BOOST_HANA_EVAL_IF_HPP
#include <boost/hana/fwd/eval_if.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/concept/constant.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/eval_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 727 |
```c++
/*!
@file
Defines `boost::hana::members`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MEMBERS_HPP
#define BOOST_HANA_MEMBERS_HPP
#include <boost/hana/fwd/members.hpp>
#include <boost/hana/accessors.hpp>
#include <boost/hana/concept/struct.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/members.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 415 |
```c++
/*!
@file
Defines `boost::hana::unfold_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_UNFOLD_RIGHT_HPP
#define BOOST_HANA_UNFOLD_RIGHT_HPP
#include <boost/hana/fwd/unfold_right.hpp>
#include <boost/hana/concept/sequence.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/unfold_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 496 |
```c++
/*!
@file
Defines `boost::hana::sort`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SORT_HPP
#define BOOST_HANA_SORT_HPP
#include <boost/hana/fwd/sort.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/sequence.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/sort.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,412 |
```c++
/*!
@file
Defines `boost::hana::count_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_COUNT_IF_HPP
#define BOOST_HANA_COUNT_IF_HPP
#include <boost/hana/fwd/count_if.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/conf... | /content/code_sandbox/src/boost_1_66_0/boost/hana/count_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 708 |
```c++
/*!
@file
Defines the `Logical` and `Comparable` models of `boost::hana::integral_constant`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_BOOL_HPP
#define BOOST_HANA_BOOL_HPP
#include <boost/hana/fwd/bool.hpp>
#include <boost/hana/concept/i... | /content/code_sandbox/src/boost_1_66_0/boost/hana/bool.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,057 |
```c++
/*!
@file
Defines `boost::hana::drop_front`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_DROP_FRONT_HPP
#define BOOST_HANA_DROP_FRONT_HPP
#include <boost/hana/fwd/drop_front.hpp>
#include <boost/hana/concept/integral_constant.hpp>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/hana/drop_front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 444 |
```c++
/*!
@file
Defines `boost::hana::symmetric_difference`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SYMMETRIC_DIFFERENCE_HPP
#define BOOST_HANA_SYMMETRIC_DIFFERENCE_HPP
#include <boost/hana/fwd/symmetric_difference.hpp>
#include <boost/hana... | /content/code_sandbox/src/boost_1_66_0/boost/hana/symmetric_difference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 329 |
```c++
/*!
@file
Defines `boost::hana::find`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FIND_HPP
#define BOOST_HANA_FIND_HPP
#include <boost/hana/fwd/find.hpp>
#include <boost/hana/concept/searchable.hpp>
#include <boost/hana/config.hpp>
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/hana/find.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 408 |
```c++
/*!
@file
Defines `boost::hana::group`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_GROUP_HPP
#define BOOST_HANA_GROUP_HPP
#include <boost/hana/fwd/group.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/sequence.hpp>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/hana/group.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,266 |
```c++
/*!
@file
Defines `boost::hana::fill`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FILL_HPP
#define BOOST_HANA_FILL_HPP
#include <boost/hana/fwd/fill.hpp>
#include <boost/hana/concept/functor.hpp>
#include <boost/hana/concept/sequence.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fill.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 529 |
```c++
/*!
@file
Defines `boost::hana::none`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_NONE_HPP
#define BOOST_HANA_NONE_HPP
#include <boost/hana/fwd/none.hpp>
#include <boost/hana/concept/searchable.hpp>
#include <boost/hana/config.hpp>
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/hana/none.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 333 |
```c++
/*!
@file
Defines `boost::hana::then`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_THEN_HPP
#define BOOST_HANA_THEN_HPP
#include <boost/hana/fwd/then.hpp>
#include <boost/hana/chain.hpp>
#include <boost/hana/concept/monad.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/then.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 414 |
```c++
/*!
@file
Defines configuration macros used throughout the library.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONFIG_HPP
#define BOOST_HANA_CONFIG_HPP
#include <boost/hana/version.hpp>
///////////////////////////////////////////////////... | /content/code_sandbox/src/boost_1_66_0/boost/hana/config.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,054 |
```c++
/*!
@file
Defines `boost::hana::zip`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ZIP_HPP
#define BOOST_HANA_ZIP_HPP
#include <boost/hana/fwd/zip.hpp>
#include <boost/hana/concept/sequence.hpp>
#include <boost/hana/config.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/zip.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 373 |
```c++
/*!
@file
Defines `boost::hana::prepend`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_PREPEND_HPP
#define BOOST_HANA_PREPEND_HPP
#include <boost/hana/fwd/prepend.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concat.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/hana/prepend.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::scan_right`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SCAN_RIGHT_HPP
#define BOOST_HANA_SCAN_RIGHT_HPP
#include <boost/hana/fwd/scan_right.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/se... | /content/code_sandbox/src/boost_1_66_0/boost/hana/scan_right.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,228 |
```c++
/*!
@file
Defines `boost::hana::negate`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_NEGATE_HPP
#define BOOST_HANA_NEGATE_HPP
#include <boost/hana/fwd/negate.hpp>
#include <boost/hana/concept/group.hpp>
#include <boost/hana/config.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/hana/negate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 421 |
```c++
/*!
@file
Defines `boost::hana::front`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FRONT_HPP
#define BOOST_HANA_FRONT_HPP
#include <boost/hana/fwd/front.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/iterable.hpp>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/hana/front.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 323 |
```c++
/*!
@file
Defines `boost::hana::lexicographical_compare`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_LEXICOGRAPHICAL_COMPARE_HPP
#define BOOST_HANA_LEXICOGRAPHICAL_COMPARE_HPP
#include <boost/hana/fwd/lexicographical_compare.hpp>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/hana/lexicographical_compare.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,145 |
```c++
/*!
@file
Defines `boost::hana::suffix`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SUFFIX_HPP
#define BOOST_HANA_SUFFIX_HPP
#include <boost/hana/fwd/suffix.hpp>
#include <boost/hana/chain.hpp>
#include <boost/hana/concept/monad_plus.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/hana/suffix.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 402 |
```c++
/*!
@file
Defines `boost::hana::maximum`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MAXIMUM_HPP
#define BOOST_HANA_MAXIMUM_HPP
#include <boost/hana/fwd/maximum.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/config.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/maximum.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 723 |
```c++
/*!
@file
Defines `boost::hana::ordering`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ORDERING_HPP
#define BOOST_HANA_ORDERING_HPP
#include <boost/hana/fwd/ordering.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/detail/decay.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/ordering.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 293 |
```c++
/*!
@file
Defines `boost::hana::accessors`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ACCESSORS_HPP
#define BOOST_HANA_ACCESSORS_HPP
#include <boost/hana/fwd/accessors.hpp>
#include <boost/hana/concept/struct.hpp>
#include <boost/hana/co... | /content/code_sandbox/src/boost_1_66_0/boost/hana/accessors.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 339 |
```c++
/*!
@file
Defines `boost::hana::first`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FIRST_HPP
#define BOOST_HANA_FIRST_HPP
#include <boost/hana/fwd/first.hpp>
#include <boost/hana/concept/product.hpp>
#include <boost/hana/config.hpp>
#incl... | /content/code_sandbox/src/boost_1_66_0/boost/hana/first.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 286 |
```c++
/*!
@file
Defines `boost::hana::take_while`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TAKE_WHILE_HPP
#define BOOST_HANA_TAKE_WHILE_HPP
#include <boost/hana/fwd/take_while.hpp>
#include <boost/hana/concept/sequence.hpp>
#include <boost/h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/take_while.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 423 |
```c++
/*!
@file
Defines `boost::hana::zip_shortest`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ZIP_SHORTEST_HPP
#define BOOST_HANA_ZIP_SHORTEST_HPP
#include <boost/hana/fwd/zip_shortest.hpp>
#include <boost/hana/concept/sequence.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/zip_shortest.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 399 |
```c++
/*!
@file
Defines `boost::hana::append`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_APPEND_HPP
#define BOOST_HANA_APPEND_HPP
#include <boost/hana/fwd/append.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concat.hpp>
#include <boos... | /content/code_sandbox/src/boost_1_66_0/boost/hana/append.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 583 |
```c++
/*!
@file
Defines `boost::hana::tap`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TAP_HPP
#define BOOST_HANA_TAP_HPP
#include <boost/hana/fwd/tap.hpp>
#include <boost/hana/concept/monad.hpp>
#include <boost/hana/config.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/hana/tap.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 386 |
```c++
/*!
@file
Defines `boost::hana::all`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ALL_HPP
#define BOOST_HANA_ALL_HPP
#include <boost/hana/fwd/all.hpp>
#include <boost/hana/all_of.hpp>
#include <boost/hana/concept/searchable.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/hana/all.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 330 |
```c++
/*!
@file
Defines `boost::hana::replace`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REPLACE_HPP
#define BOOST_HANA_REPLACE_HPP
#include <boost/hana/fwd/replace.hpp>
#include <boost/hana/concept/functor.hpp>
#include <boost/hana/config.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/replace.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 431 |
```c++
/*!
@file
Defines the @ref group-core module.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CORE_HPP
#define BOOST_HANA_CORE_HPP
#include <boost/hana/core/common.hpp>
#include <boost/hana/core/to.hpp>
#include <boost/hana/core/default.hpp>
#i... | /content/code_sandbox/src/boost_1_66_0/boost/hana/core.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 139 |
```c++
/*!
@file
Defines `boost::hana::zip_with`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ZIP_WITH_HPP
#define BOOST_HANA_ZIP_WITH_HPP
#include <boost/hana/fwd/zip_with.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/sequence.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/zip_with.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 587 |
```c++
/*!
@file
Defines `boost::hana::equal`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_EQUAL_HPP
#define BOOST_HANA_EQUAL_HPP
#include <boost/hana/fwd/equal.hpp>
#include <boost/hana/accessors.hpp>
#include <boost/hana/all_of.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/hana/equal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,779 |
```c++
/*!
@file
Defines `boost::hana::index_if`.
@copyright Louis Dionne 2013-2017
@copyright Jason Rice 2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_INDEX_IF_HPP
#define BOOST_HANA_INDEX_IF_HPP
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/concept/iterable.... | /content/code_sandbox/src/boost_1_66_0/boost/hana/index_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 840 |
```c++
/*!
@file
Defines `boost::hana::all_of`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ALL_OF_HPP
#define BOOST_HANA_ALL_OF_HPP
#include <boost/hana/fwd/all_of.hpp>
#include <boost/hana/any_of.hpp>
#include <boost/hana/concept/searchable.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/all_of.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 393 |
```c++
/*!
@file
Defines the @ref group-functional module.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUNCTIONAL_HPP
#define BOOST_HANA_FUNCTIONAL_HPP
#include <boost/hana/functional/always.hpp>
#include <boost/hana/functional/apply.hpp>
#include... | /content/code_sandbox/src/boost_1_66_0/boost/hana/functional.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 280 |
```c++
/*!
@file
Defines `boost::hana::take_back`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TAKE_BACK_HPP
#define BOOST_HANA_TAKE_BACK_HPP
#include <boost/hana/fwd/take_back.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/integr... | /content/code_sandbox/src/boost_1_66_0/boost/hana/take_back.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 570 |
```c++
/*!
@file
Defines `boost::hana::concat`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONCAT_HPP
#define BOOST_HANA_CONCAT_HPP
#include <boost/hana/fwd/concat.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concept/monad_plus.hpp>
#i... | /content/code_sandbox/src/boost_1_66_0/boost/hana/concat.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 680 |
```c++
/*!
@file
Defines `boost::hana::cycle`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CYCLE_HPP
#define BOOST_HANA_CYCLE_HPP
#include <boost/hana/fwd/cycle.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/concat.hpp>
#include <boost/ha... | /content/code_sandbox/src/boost_1_66_0/boost/hana/cycle.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,020 |
```c++
/*!
@file
Defines `boost::hana::comparing`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_COMPARING_HPP
#define BOOST_HANA_COMPARING_HPP
#include <boost/hana/fwd/comparing.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/detail/dec... | /content/code_sandbox/src/boost_1_66_0/boost/hana/comparing.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 290 |
```c++
/*!
@file
Defines `boost::hana::integral_constant`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_INTEGRAL_CONSTANT_HPP
#define BOOST_HANA_INTEGRAL_CONSTANT_HPP
#include <boost/hana/bool.hpp>
#endif // !BOOST_HANA_INTEGRAL_CONSTANT_HPP
``` | /content/code_sandbox/src/boost_1_66_0/boost/hana/integral_constant.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 81 |
```c++
/*!
@file
Defines `boost::hana::transform`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TRANSFORM_HPP
#define BOOST_HANA_TRANSFORM_HPP
#include <boost/hana/fwd/transform.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/concept/func... | /content/code_sandbox/src/boost_1_66_0/boost/hana/transform.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 574 |
```c++
/*!
@file
Defines `boost::hana::zip_shortest_with`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ZIP_SHORTEST_WITH_HPP
#define BOOST_HANA_ZIP_SHORTEST_WITH_HPP
#include <boost/hana/fwd/zip_shortest_with.hpp>
#include <boost/hana/concept/seq... | /content/code_sandbox/src/boost_1_66_0/boost/hana/zip_shortest_with.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 529 |
```c++
/*!
@file
Defines the `BOOST_HANA_ADAPT_STRUCT` macro.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ADAPT_STRUCT_HPP
#define BOOST_HANA_ADAPT_STRUCT_HPP
#include <boost/hana/fwd/adapt_struct.hpp>
#include <boost/hana/detail/struct_macros.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/adapt_struct.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 95 |
```c++
/*!
@file
Defines `boost::hana::unique`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_UNIQUE_HPP
#define BOOST_HANA_UNIQUE_HPP
#include <boost/hana/fwd/unique.hpp>
#include <boost/hana/concept/sequence.hpp>
#include <boost/hana/config.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/unique.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 560 |
```c++
/*!
@file
Defines `boost::hana::replace_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REPLACE_IF_HPP
#define BOOST_HANA_REPLACE_IF_HPP
#include <boost/hana/fwd/replace_if.hpp>
#include <boost/hana/adjust_if.hpp>
#include <boost/hana/con... | /content/code_sandbox/src/boost_1_66_0/boost/hana/replace_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 414 |
```c++
/*!
@file
Defines `boost::hana::tuple`.
@copyright Louis Dionne 2013-2017
@copyright Jason Rice 2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TUPLE_HPP
#define BOOST_HANA_TUPLE_HPP
#include <boost/hana/fwd/tuple.hpp>
#include <boost/hana/basic_tuple.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/hana/tuple.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,617 |
```c++
/*!
@file
Defines `boost::hana::while_`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_WHILE_HPP
#define BOOST_HANA_WHILE_HPP
#include <boost/hana/fwd/while.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/concept/constant.hpp>
#incl... | /content/code_sandbox/src/boost_1_66_0/boost/hana/while.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 971 |
```c++
/*!
@file
Defines `boost::hana::map`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MAP_HPP
#define BOOST_HANA_MAP_HPP
#include <boost/hana/fwd/map.hpp>
#include <boost/hana/all_of.hpp>
#include <boost/hana/basic_tuple.hpp>
#include <boost/h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/map.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,551 |
```c++
/*!
@file
Defines `boost::hana::chain`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CHAIN_HPP
#define BOOST_HANA_CHAIN_HPP
#include <boost/hana/fwd/chain.hpp>
#include <boost/hana/concept/monad.hpp>
#include <boost/hana/config.hpp>
#includ... | /content/code_sandbox/src/boost_1_66_0/boost/hana/chain.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 360 |
```c++
/*!
@file
Defines `boost::hana::adjust`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ADJUST_HPP
#define BOOST_HANA_ADJUST_HPP
#include <boost/hana/fwd/adjust.hpp>
#include <boost/hana/adjust_if.hpp>
#include <boost/hana/concept/functor.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/adjust.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 405 |
```c++
/*!
@file
Defines `boost::hana::sum`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SUM_HPP
#define BOOST_HANA_SUM_HPP
#include <boost/hana/fwd/sum.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/concept/monoid.hpp>
#inc... | /content/code_sandbox/src/boost_1_66_0/boost/hana/sum.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 432 |
```c++
/*!
@file
Defines `boost::hana::adjust_if`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ADJUST_IF_HPP
#define BOOST_HANA_ADJUST_IF_HPP
#include <boost/hana/fwd/adjust_if.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/concept/func... | /content/code_sandbox/src/boost_1_66_0/boost/hana/adjust_if.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 608 |
```c++
/*!
@file
Defines `boost::hana::contains` and `boost::hana::in`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_CONTAINS_HPP
#define BOOST_HANA_CONTAINS_HPP
#include <boost/hana/fwd/contains.hpp>
#include <boost/hana/any_of.hpp>
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/contains.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 376 |
```c++
/*!
@file
Defines `boost::hana::fuse`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FUSE_HPP
#define BOOST_HANA_FUSE_HPP
#include <boost/hana/fwd/fuse.hpp>
#include <boost/hana/config.hpp>
#include <boost/hana/detail/decay.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/hana/fuse.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 311 |
```c++
/*!
@file
Defines `boost::hana::any`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_ANY_HPP
#define BOOST_HANA_ANY_HPP
#include <boost/hana/fwd/any.hpp>
#include <boost/hana/any_of.hpp>
#include <boost/hana/concept/searchable.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/hana/any.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 332 |
```c++
/*!
@file
Defines `boost::hana::filter`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FILTER_HPP
#define BOOST_HANA_FILTER_HPP
#include <boost/hana/fwd/filter.hpp>
#include <boost/hana/at.hpp>
#include <boost/hana/bool.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/hana/filter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,007 |
```c++
/*!
@file
Defines `boost::hana::type` and related utilities.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_TYPE_HPP
#define BOOST_HANA_TYPE_HPP
#include <boost/hana/fwd/type.hpp>
#include <boost/hana/bool.hpp>
#include <boost/hana/config.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,516 |
```c++
/*!
@file
Defines `boost::hana::repeat`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_REPEAT_HPP
#define BOOST_HANA_REPEAT_HPP
#include <boost/hana/fwd/repeat.hpp>
#include <boost/hana/concept/integral_constant.hpp>
#include <boost/hana/con... | /content/code_sandbox/src/boost_1_66_0/boost/hana/repeat.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 432 |
```c++
/*!
@file
Defines `boost::hana::intersection`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_INTERSECTION_HPP
#define BOOST_HANA_INTERSECTION_HPP
#include <boost/hana/fwd/intersection.hpp>
#include <boost/hana/config.hpp>
#include <boost/han... | /content/code_sandbox/src/boost_1_66_0/boost/hana/intersection.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 250 |
```c++
/*!
@file
Defines `boost::hana::extract`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_EXTRACT_HPP
#define BOOST_HANA_EXTRACT_HPP
#include <boost/hana/fwd/extract.hpp>
#include <boost/hana/concept/comonad.hpp>
#include <boost/hana/config.hp... | /content/code_sandbox/src/boost_1_66_0/boost/hana/extract.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 304 |
```c++
/*!
@file
Defines `boost::hana::second`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_SECOND_HPP
#define BOOST_HANA_SECOND_HPP
#include <boost/hana/fwd/second.hpp>
#include <boost/hana/concept/product.hpp>
#include <boost/hana/config.hpp>
#... | /content/code_sandbox/src/boost_1_66_0/boost/hana/second.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 286 |
```c++
/*!
@file
Defines `boost::hana::monadic_fold_left`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MONADIC_FOLD_LEFT_HPP
#define BOOST_HANA_MONADIC_FOLD_LEFT_HPP
#include <boost/hana/fwd/monadic_fold_left.hpp>
#include <boost/hana/chain.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/hana/monadic_fold_left.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,118 |
```c++
/*!
@file
Defines `boost::hana::for_each`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_FOR_EACH_HPP
#define BOOST_HANA_FOR_EACH_HPP
#include <boost/hana/fwd/for_each.hpp>
#include <boost/hana/concept/foldable.hpp>
#include <boost/hana/conf... | /content/code_sandbox/src/boost_1_66_0/boost/hana/for_each.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 461 |
```c++
/*!
@file
Defines `boost::hana::mod`.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
#ifndef BOOST_HANA_MOD_HPP
#define BOOST_HANA_MOD_HPP
#include <boost/hana/fwd/mod.hpp>
#include <boost/hana/concept/constant.hpp>
#include <boost/hana/concept/euclidean_ring.h... | /content/code_sandbox/src/boost_1_66_0/boost/hana/mod.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 886 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.