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++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_VOID_HPP_INCLUDED
#define BOOST_TT_IS_VOID_HPP_INCLUDED
#include <boost/type_traits/integral_constant.hpp>
namespace boost {
template... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_void.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 157 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_PLUS_HPP_INCLUDED
#define BOOST_TT_HAS_PLUS_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_plus
#define BOOST_TT_TRAIT_OP +
#define BO... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_plus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 473 |
```c++
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef FILE_boost_type_traits_integral_promotion_hpp_INCLUDED
#define FILE_boost_type_traits_integral_promotion_hpp_INCLUDED
#include <boost/config.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_traits/is_const.hpp>
#... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/integral_promotion.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,561 |
```c++
// Use, modification and distribution are subject to the
// LICENSE_1_0.txt or copy at path_to_url
#ifndef BOOST_TYPE_TRAITS_INTEGRAL_CONSTANT_HPP
#define BOOST_TYPE_TRAITS_INTEGRAL_CONSTANT_HPP
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#if (BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTE... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/integral_constant.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 660 |
```c++
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
#define FILE_boost_type_traits_floating_point_promotion_hpp_INCLUDED
namespace boost {
template<class T> struct floating_point_promotion { typedef T type; };
template<> str... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/floating_point_promotion.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 191 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_NEGATE_HPP_INCLUDED
#define BOOST_TT_HAS_NEGATE_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_negate
#define BOOST_TT_TRAIT_OP -
#def... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_negate.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 150 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
//
// defines traits classes for cv-qualified types:
// is_const, is_volatile, remove_const, remove_volatile, remove_cv.
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/cv_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 197 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_POST_INCREMENT_HPP_INCLUDED
#define BOOST_TT_HAS_POST_INCREMENT_HPP_INCLUDED
#include <boost/type_traits/is_array.hpp>
#define BOOS... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_post_increment.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 302 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_STATELESS_HPP_INCLUDED
#define BOOST_TT_IS_STATELESS_HPP_INCLUDED
#include <boost/type_traits/has_trivial_constructor.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_stateless.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 224 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_ARITHMETIC_HPP_INCLUDED
#define BOOST_TT_IS_ARITHMETIC_HPP_INCLUDED
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_t... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_arithmetic.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 139 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_BASE_OF_TR1_HPP_INCLUDED
#define BOOST_TT_IS_BASE_OF_TR1_HPP_INCLUDED
#include <boost/type_traits/is_base_and_derived.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_base_of_tr1.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 333 |
```c++
#ifndef BOOST_TYPE_TRAITS_COMMON_TYPE_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_COMMON_TYPE_HPP_INCLUDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#include <boost/config.hpp>
#include <boost/type_traits/decay.hpp>
#include <boost/type_traits/declval.hpp>
#include <boost/detail/... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/common_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,091 |
```c++
// Howard Hinnant and John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
// Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
// is_member_pointer based on the ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_same.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 298 |
```c++
#ifndef BOOST_TYPE_TRAITS_TYPE_IDENTITY_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_TYPE_IDENTITY_HPP_INCLUDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
namespace boost
{
template<class T> struct type_identity
{
typedef T type;
};
#if !defined(BOOST_NO_CXX11_TEMPLATE_ALIASE... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/type_identity.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 119 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_MULTIPLIES_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_MULTIPLIES_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_multiplies_assign... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_multiplies_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 380 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_VOLATILE_HPP_INCLUDED
#define BOOST_TT_REMOVE_VOLATILE_HPP_INCLUDED
#include <boost/config.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_volatile.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 323 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_VIRTUAL_BASE_OF_HPP_INCLUDED
#define BOOST_TT_IS_VIRTUAL_BASE_OF_HPP_INCLUDED
#include <boost/type_traits/is_base_of.hpp>
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_virtual_base_of.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 786 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_BROKEN_SPEC_HPP_INCLUDED
#define BOOST_TT_BROKEN_SPEC_HPP_INCLUDED
//
// This header is deprecated and no longer used by type_traits:
//
#... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/broken_compiler_spec.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 126 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_BASE_AND_DERIVED_HPP_INCLUDED
#define BOOST_TT_IS_BASE_AND_DERIVED_HPP_INCLUDED
#include <boost/type_traits/intrinsics.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_base_and_derived.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,902 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_DECAY_HPP_INCLUDED
#define BOOST_TT_DECAY_HPP_INCLUDED
#include <boost/type_traits/is_array.hpp>
#include <boost/type_traits/is_function.h... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/decay.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 314 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_MULTIPLIES_HPP_INCLUDED
#define BOOST_TT_HAS_MULTIPLIES_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_multiplies
#define BOOST_TT_TRA... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_multiplies.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 266 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_PRE_INCREMENT_HPP_INCLUDED
#define BOOST_TT_HAS_PRE_INCREMENT_HPP_INCLUDED
#include <boost/type_traits/is_array.hpp>
#define BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_pre_increment.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 301 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_EXTENT_HPP_INCLUDED
#define BOOST_TT_REMOVE_EXTENT_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_extent.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 392 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_GREATER_EQUAL_HPP_INCLUDED
#define BOOST_TT_HAS_GREATER_EQUAL_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_greater_equal
#define BOO... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_greater_equal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 433 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_ENUM_HPP_INCLUDED
#define BOOST_TT_IS_ENUM_HPP_INCLUDED
#include <boost/type_traits/intrinsics.hpp>... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_enum.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,180 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_COPY_CONSTRUCTIBLE_HPP_INCLUDED
#define BOOST_TT_IS_COPY_CONSTRUCTIBLE_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/detai... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_copy_constructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,536 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_BIT_AND_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_BIT_AND_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_bit_and_assign
#define ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_bit_and_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 482 |
```c++
// Hinnant & John Maddock 2000-2003.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_CLASS_HPP_INCLUDED
#define BOOST_TT_IS_CLASS_HPP_INCLUDED
#include <boost/type_traits/detail/conf... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_class.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 817 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_EXTENT_HPP_INCLUDED
#define BOOST_TT_EXTENT_HPP_INCLUDED
#include <cstddef> // size_t
#include <boost/type_traits/integral_constant.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/extent.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,000 |
```c++
// Howard Hinnant and John Maddock 2000, 2010.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_REFERENCE_HPP_INCLUDED
#define BOOST_TT_IS_REFERENCE_HPP_INCLUDED
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_reference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 167 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_INTRINSICS_HPP_INCLUDED
#define BOOST_TT_INTRINSICS_HPP_INCLUDED
#ifndef BOOST_TT_DISABLE_INTRINSICS
#include <boost/config.hpp>
#ifndef ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/intrinsics.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,887 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_BIT_XOR_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_BIT_XOR_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_bit_xor_assign
#define ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_bit_xor_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 484 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_REFERENCE_HPP_INCLUDED
#define BOOST_TT_REMOVE_REFERENCE_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/detail/workaround... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_reference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 372 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED
#define BOOST_TT_HAS_NEW_OPERATOR_HPP_INCLUDED
#include <new> // std::nothrow_t
#include <cstddef> // std::s... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_new_operator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,148 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_UNSIGNED_HPP_INCLUDED
#define BOOST_TT_IS_UNSIGNED_HPP_INCLUDED
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_trai... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_unsigned.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,444 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_CONDITIONAL_HPP_INCLUDED
#define BOOST_TT_CONDITIONAL_HPP_INCLUDED
namespace boost {
template <bool b, class T, class U> struct condition... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/conditional.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 164 |
```c++
// Howard Hinnant and John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
// Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
// is_member_pointer based on the ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_member_pointer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 401 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_LOGICAL_OR_HPP_INCLUDED
#define BOOST_TT_HAS_LOGICAL_OR_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_logical_or
#define BOOST_TT_TRA... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_logical_or.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 282 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_ADD_POINTER_HPP_INCLUDED
#define BOOST_TT_ADD_POINTER_HPP_INCLUDED
#include <boost/type_traits/remove_reference.hpp>
namespace boost {
#... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/add_pointer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 322 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_RIGHT_SHIFT_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_RIGHT_SHIFT_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_right_shift_ass... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_right_shift_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 482 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_SIGNED_HPP_INCLUDED
#define BOOST_TT_IS_SIGNED_HPP_INCLUDED
#include <boost/type_traits/is_integral.hpp>
#include <boost/type_traits/r... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_signed.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,446 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_NOTHROW_CONSTRUCTOR_HPP_INCLUDED
#define BOOST_TT_HAS_NOTHROW_CONSTRUCTOR_HPP_INCLUDED
#include <cstddef> // size_t
#include <boost/ty... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_nothrow_constructor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 551 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
// Some fixes for is_array are based on a newsgroup posting by Jonathan Lundquist.
#ifndef BOOST_TT_IS_ARRAY_HPP_INCLU... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_array.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 405 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_BOUNDS_HPP_INCLUDED
#define BOOST_TT_REMOVE_BOUNDS_HPP_INCLUDED
#include <boost/type_traits/remove_extent.hpp>
namespace boost
{
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_bounds.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 139 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_TRIVIAL_CONSTRUCTOR_HPP_INCLUDED
#define BOOST_TT_HAS_TRIVIAL_CONSTRUCTOR_HPP_INCLUDED
#include <boost/type_traits/intrinsics.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_trivial_constructor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 483 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_DEFAULT_CONSTRUCTIBLE_HPP_INCLUDED
#define BOOST_TT_IS_DEFAULT_CONSTRUCTIBLE_HPP_INCLUDED
#include <cstddef> // size_t
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_default_constructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 801 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_TRIVIAL_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_TRIVIAL_ASSIGN_HPP_INCLUDED
#include <cstddef> // size_t
#include <boost/type_traits/... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_trivial_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 487 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_COMPLEX_HPP
#define BOOST_TT_IS_COMPLEX_HPP
#include <complex>
#include <boost/type_traits/integral_constant.hpp>
namespace boost {
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_complex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 185 |
```c++
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef FILE_boost_type_traits_promote_hpp_INCLUDED
#define FILE_boost_type_traits_promote_hpp_INCLUDED
#include <boost/config.hpp>
#include <boost/type_traits/integral_promotion.hpp>
#include <boost/type_traits/floating_point_promotion.hpp>
names... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/promote.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 139 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_CV_HPP_INCLUDED
#define BOOST_TT_REMOVE_CV_HPP_INCLUDED
#include <boost/config.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_cv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 431 |
```c++
// Howard Hinnant and John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
// Fixed is_pointer, is_lvalue_reference, is_const, is_volatile, is_same,
// is_member_pointer based ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_lvalue_reference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 408 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_ADD_CV_HPP_INCLUDED
#define BOOST_TT_ADD_CV_HPP_INCLUDED
#include <boost/config.hpp>
namespace boost ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/add_cv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 305 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_TRIVIAL_MOVE_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_TRIVIAL_MOVE_ASSIGN_HPP_INCLUDED
#include <cstddef> // size_t
#include <boost/ty... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_trivial_move_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 570 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_UNION_HPP_INCLUDED
#define BOOST_TT_IS_UNION_HPP_INCLUDED
#include <boost/type_traits/intrinsics.hp... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_union.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 220 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TYPE_TRAITS_IS_FLOATING_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_IS_FLOATING_HPP_INCLUDED
#include <boost/type_traits/integral_constant.hpp>
na... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_floating_point.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 279 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_MINUS_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_MINUS_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_minus_assign
#define BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_minus_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 589 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
//
// macros and helpers for working with integral-constant-expressions.
#ifndef BOOST_TT_ICE_HPP_INCLUDED
#define BOOST_TT_ICE_HPP_INCLUDED
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/ice.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 143 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_VIRTUAL_DESTRUCTOR_HPP_INCLUDED
#define BOOST_TT_HAS_VIRTUAL_DESTRUCTOR_HPP_INCLUDED
#include <boost/type_traits/intrinsics.hpp>
#inc... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_virtual_destructor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 163 |
```c++
#ifndef BOOST_TT_IS_ABSTRACT_CLASS_HPP
#define BOOST_TT_IS_ABSTRACT_CLASS_HPP
#if defined(_MSC_VER)
# pragma once
#endif
/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
// is_abstract_class.hpp:
//
// Use, modification and distribution is subject to the Boost Software
// path... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_abstract.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,107 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_BIT_OR_HPP_INCLUDED
#define BOOST_TT_HAS_BIT_OR_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_bit_or
#define BOOST_TT_TRAIT_OP |
#def... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_bit_or.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 401 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_NOT_EQUAL_TO_HPP_INCLUDED
#define BOOST_TT_HAS_NOT_EQUAL_TO_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_not_equal_to
#define BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_not_equal_to.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 433 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_RIGHT_SHIFT_HPP_INCLUDED
#define BOOST_TT_HAS_RIGHT_SHIFT_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_right_shift
#define BOOST_TT_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_right_shift.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 402 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_UNARY_MINUS_HPP_INCLUDED
#define BOOST_TT_HAS_UNARY_MINUS_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_unary_minus
#define BOOST_TT_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_unary_minus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 153 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_MEMBER_OBJECT_POINTER_HPP_INCLUDED
#define BOOST_TT_IS_MEMBER_OBJECT_POINTER_HPP_INCLUDED
#include <boost/type_traits/is_member_pointe... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_member_object_pointer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 150 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TYPE_TRAITS_IS_FLOAT_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_IS_FLOAT_HPP_INCLUDED
// should be the last #include
#include <boost/type_traits/i... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_float.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 141 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_FUNCTION_TRAITS_HPP_INCLUDED
#define BOOST_TT_FUNCTION_TRAITS_HPP_INCLUDED
#include <boost/config.hpp>
#include <boost/type_traits/is_func... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/function_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,327 |
```c++
#ifndef BOOST_TYPE_TRAITS_COPY_CV_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_COPY_CV_HPP_INCLUDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/is_volatile.hpp>
#include <boost/type_traits/add_const.hpp>
#include ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/copy_cv.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 233 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_MAKE_SIGNED_HPP_INCLUDED
#define BOOST_TT_MAKE_SIGNED_HPP_INCLUDED
#include <boost/type_traits/conditional.hpp>
#include <boost/type_trait... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/make_signed.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 928 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_LOGICAL_AND_HPP_INCLUDED
#define BOOST_TT_HAS_LOGICAL_AND_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_logical_and
#define BOOST_TT_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_logical_and.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 282 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_ADD_REFERENCE_HPP_INCLUDED
#define BOOST_TT_ADD_REFERENCE_HPP_INCLUDED
#include <boost/detail/workaround.hpp>
#include <boost/config.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/add_reference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 342 |
```c++
//your_sha256_hash-------------
// boost aligned_storage.hpp header file
// See path_to_url for updates, documentation, and revision history.
//your_sha256_hash-------------
//
// Eric Friedman, Itay Maman
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef BOOST_TT_ALIGNED_STORAGE_HPP
#de... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/aligned_storage.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 736 |
```c++
// Hinnant & John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_ADD_VOLATILE_HPP_INCLUDED
#define BOOST_TT_ADD_VOLATILE_HPP_INCLUDED
#include <boost/config.hpp>
namespa... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/add_volatile.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 308 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_LESS_HPP_INCLUDED
#define BOOST_TT_HAS_LESS_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_less
#define BOOST_TT_TRAIT_OP <
#define BO... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_less.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 427 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_PLUS_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_PLUS_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_plus_assign
#define BOOST_TT_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_plus_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 614 |
```c++
// add_rvalue_reference.hpp ---------------------------------------------------------//
// See path_to_url
#ifndef BOOST_TYPE_TRAITS_EXT_ADD_RVALUE_REFERENCE__HPP
#define BOOST_TYPE_TRAITS_EXT_ADD_RVALUE_REFERENCE__HPP
#include <boost/config.hpp>
//your_sha256_hash------------//
#include <boost/type_tra... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/add_rvalue_reference.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 449 |
```c++
// Howard Hinnant and John Maddock 2000.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
// Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
// is_member_pointer based on the ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_volatile.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 334 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_LEFT_SHIFT_ASSIGN_HPP_INCLUDED
#define BOOST_TT_HAS_LEFT_SHIFT_ASSIGN_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_left_shift_assign... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_left_shift_assign.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 482 |
```c++
// Hinnant & John Maddock 2000-2002.
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REFERENCE_TRAITS_HPP_INCLUDED
#define BOOST_TT_REFERENCE_TRAITS_HPP_INCLUDED
#include <boost/type_... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/reference_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 100 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_UNARY_PLUS_HPP_INCLUDED
#define BOOST_TT_HAS_UNARY_PLUS_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_unary_plus
#define BOOST_TT_TRA... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_unary_plus.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 137 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_CONSTRUCTIBLE_HPP_INCLUDED
#define BOOST_TT_IS_CONSTRUCTIBLE_HPP_INCLUDED
#include <boost/type_traits/integral_constant.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_constructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 891 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_COMPOUND_HPP_INCLUDED
#define BOOST_TT_IS_COMPOUND_HPP_INCLUDED
#include <boost/type_traits/is_fundamental.hpp>
namespace boost {
#if... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_compound.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 162 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_TRIVIAL_MOVE_CONSTRUCTOR_HPP_INCLUDED
#define BOOST_TT_HAS_TRIVIAL_MOVE_CONSTRUCTOR_HPP_INCLUDED
#include <cstddef> // size_t
#include... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_trivial_move_constructor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 595 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_REMOVE_ALL_EXTENTS_HPP_INCLUDED
#define BOOST_TT_REMOVE_ALL_EXTENTS_HPP_INCLUDED
#include <boost/config.hpp>
#include <cstddef> // size_t
... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/remove_all_extents.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 438 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_EQUAL_TO_HPP_INCLUDED
#define BOOST_TT_HAS_EQUAL_TO_HPP_INCLUDED
#define BOOST_TT_TRAIT_NAME has_equal_to
#define BOOST_TT_TRAIT_OP ... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_equal_to.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 430 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_IS_NOTHROW_MOVE_CONSTRUCTIBLE_HPP_INCLUDED
#define BOOST_TT_IS_NOTHROW_MOVE_CONSTRUCTIBLE_HPP_INCLUDED
#include <cstddef> // size_t
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/is_nothrow_move_constructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 792 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_HAS_LOGICAL_NOT_HPP_INCLUDED
#define BOOST_TT_HAS_LOGICAL_NOT_HPP_INCLUDED
#if defined(__GNUC__) && (__GNUC__*10000 + __GNUC_MINOR__*100... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/has_logical_not.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 218 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_MAKE_UNSIGNED_HPP_INCLUDED
#define BOOST_TT_MAKE_UNSIGNED_HPP_INCLUDED
#include <boost/type_traits/conditional.hpp>
#include <boost/type_t... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/make_unsigned.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 930 |
```c++
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
//
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// $Source$
// $Date$
// $Revision$
#undef BOOST_TT_AUX_BOOL_TRAIT_VALUE_DECL
#undef BOOST_TT_AUX_BOOL_C_BASE
#undef BOOST_TT_AUX_BOOL_TRAIT_DEF1
#undef BOOST_TT_AUX_BOO... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/bool_trait_undef.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 240 |
```c++
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
//
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// $Source$
// $Date$
// $Revision$
//
// This header is deprecated and no longer used by type_traits:
//
#if defined(__GNUC__) || defined(_MSC_VER)
# pragma message("NO... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/bool_trait_def.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,387 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
//
// macros and helpers for working with integral-constant-expressions.
#ifndef BOOST_TT_DETAIL_YES_NO_TYPE_HPP_INCLUDED
#define BOOST_TT_DETAIL_YES_NO_TY... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/yes_no_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 128 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#include <boost/config.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_tr... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/has_postfix_operator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,806 |
```c++
// NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION
//
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// This header is deprecated and no longer used by type_traits:
//
#if defined(__GNUC__) || defined(_MSC_VER)
# pragma message("NOTE: Use of this header (template_arity... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/template_arity_spec.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 104 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#if !defined(BOOST_PP_IS_ITERATING)
///// header body
#ifndef BOOST_TT_DETAIL_IS_FUNCTION_PTR_HELPER_HPP_INCLUDED
#define BOOST_TT_DETAIL_IS_FUNCTION_P... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/is_function_ptr_helper.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 6,241 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#include <boost/config.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_tr... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/has_prefix_operator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,911 |
```c++
/*!
@file
Defines the `BOOST_HANA_DEFINE_STRUCT`, `BOOST_HANA_ADAPT_STRUCT`, and
`BOOST_HANA_ADAPT_ADT` macros.
@copyright Louis Dionne 2013-2017
(See accompanying file LICENSE.md or copy at path_to_url
*/
//////////////////////////////////////////////////////////////////////////////
// THIS FILE IS GENER... | /content/code_sandbox/src/boost_1_66_0/boost/hana/detail/struct_macros.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 337,331 |
```c++
#ifndef your_sha256_hashDED
#define your_sha256_hashDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#include <boost/type_traits/detail/composite_pointer_type.hpp>
#include <boost/type_traits/remove_pointer.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/type_t... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/composite_member_pointer_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 625 |
```c++
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#ifndef BOOST_TT_CONFIG_HPP_INCLUDED
#define BOOST_TT_CONFIG_HPP_INCLUDED
#ifndef BOOST_CONFIG_HPP
#include <boost/config.hpp>
#endif
#include <boost/versi... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/config.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 576 |
```c++
#ifndef BOOST_TYPE_TRAITS_DETAIL_MP_DEFER_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_DETAIL_MP_DEFER_HPP_INCLUDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_traits/conditional.hpp>
namespace boost
{
namespa... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/mp_defer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 313 |
```c++
//
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// See path_to_url for most recent version including documentation.
#include <boost/config.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <boost/type_traits/integral_constant.hpp>
#include <boost/type_tr... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/has_binary_operator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,320 |
```c++
#ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_IMPL_HPP_INCLUDED
#define BOOST_TYPE_TRAITS_DETAIL_COMMON_TYPE_IMPL_HPP_INCLUDED
//
//
// See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#include <boost/type_traits/detail/common_arithmetic_type.hpp>
#include <boost/type_traits/detail/composite... | /content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/common_type_impl.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 688 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.