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++
#ifndef BOOST_METAPARSE_V1_FWD_GET_PREV_CHAR_HPP
#define BOOST_METAPARSE_V1_FWD_GET_PREV_CHAR_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
namespace boost
{
namespace metaparse
{
namespace v1
{
template <class>
struct get_prev_char_impl;
tem... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/fwd/get_prev_char.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 100 |
```c++
#ifndef BOOST_METAPARSE_V1_FWD_REJECT_HPP
#define BOOST_METAPARSE_V1_FWD_REJECT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
namespace boost
{
namespace metaparse
{
namespace v1
{
template <class Msg, class Pos>
struct reject;
}
}
}
#endif
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/fwd/reject.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 86 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_WHITESPACE_C_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_WHITESPACE_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/mpl/bool.hpp>
namespace boost
{
namespace metaparse
{
namespace v1
{
namespace util
{
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_whitespace_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 189 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_INT_TO_DIGIT_HPP
#define BOOST_METAPARSE_V1_UTIL_INT_TO_DIGIT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/int_to_digit_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
{
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/int_to_digit.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 184 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_LCASE_LETTER_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_LCASE_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/in_range_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
{... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_lcase_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 196 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_DIGIT_TO_INT_HPP
#define BOOST_METAPARSE_V1_UTIL_DIGIT_TO_INT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/digit_to_int_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
{
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/digit_to_int.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 186 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_WHITESPACE_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_WHITESPACE_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_whitespace_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_whitespace.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 179 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_DIGIT_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_DIGIT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/in_range_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
{
namespace... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_digit.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 182 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_DIGIT_TO_INT_C_HPP
#define BOOST_METAPARSE_V1_UTIL_DIGIT_TO_INT_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/error/digit_expected.hpp>
#include <boost/mpl/int.hpp>
namespace boost
{
namespace metaparse
{... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/digit_to_int_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 337 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_UCASE_LETTER_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_UCASE_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/in_range_c.hpp>
#include <boost/mpl/vector.hpp>
namespace boost
{
namespace metaparse
{... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_ucase_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 196 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_INT_TO_DIGIT_C_HPP
#define BOOST_METAPARSE_V1_UTIL_INT_TO_DIGIT_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/mpl/char.hpp>
namespace boost
{
namespace metaparse
{
namespace v1
{
namespace util
{
... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/int_to_digit_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 329 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IS_LETTER_HPP
#define BOOST_METAPARSE_V1_UTIL_IS_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_ucase_letter.hpp>
#include <boost/metaparse/v1/util/is_lcase_letter.hpp>
#include <boost/mpl/bool.hpp... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/is_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 227 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IN_RANGE_C_HPP
#define BOOST_METAPARSE_V1_UTIL_IN_RANGE_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/mpl/bool.hpp>
namespace boost
{
namespace metaparse
{
namespace v1
{
namespace util
{
te... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/in_range_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 168 |
```c++
#ifndef BOOST_METAPARSE_V1_UTIL_IN_RANGE_HPP
#define BOOST_METAPARSE_V1_UTIL_IN_RANGE_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/mpl/less_equal.hpp>
#include <boost/mpl/comparison.hpp>
#include <boost/mpl/quote.hpp>
#include <boost/mpl/bool.hpp>
#includ... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/util/in_range.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 447 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
#define BOOST_METAPARSE_UTIL_IS_WHITESPACE_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_whitespace_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
us... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_whitespace_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 99 |
```c++
#ifndef BOOST_METAPARSE_UTIL_INT_TO_DIGIT_HPP
#define BOOST_METAPARSE_UTIL_INT_TO_DIGIT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/int_to_digit.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::u... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/int_to_digit.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 97 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_LCASE_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_LCASE_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_lcase_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
us... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_lcase_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 103 |
```c++
#ifndef BOOST_METAPARSE_UTIL_DIGIT_TO_INT_HPP
#define BOOST_METAPARSE_UTIL_DIGIT_TO_INT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/digit_to_int.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::u... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/digit_to_int.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 98 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_WHITESPACE_HPP
#define BOOST_METAPARSE_UTIL_IS_WHITESPACE_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_whitespace.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_whitespace.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 95 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_DIGIT_HPP
#define BOOST_METAPARSE_UTIL_IS_DIGIT_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_digit.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_digi... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_digit.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 93 |
```c++
#ifndef BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP
#define BOOST_METAPARSE_UTIL_DIGIT_TO_INT_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/digit_to_int_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/digit_to_int_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 102 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_UCASE_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_UCASE_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_ucase_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
us... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_ucase_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 103 |
```c++
#ifndef BOOST_METAPARSE_UTIL_INT_TO_DIGIT_C_HPP
#define BOOST_METAPARSE_UTIL_INT_TO_DIGIT_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/int_to_digit_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/int_to_digit_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 101 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IS_LETTER_HPP
#define BOOST_METAPARSE_UTIL_IS_LETTER_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/is_letter.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::is_l... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/is_letter.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 95 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
#define BOOST_METAPARSE_UTIL_IN_RANGE_C_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/in_range_c.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::i... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/in_range_c.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 95 |
```c++
#ifndef BOOST_METAPARSE_UTIL_IN_RANGE_HPP
#define BOOST_METAPARSE_UTIL_IN_RANGE_HPP
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#include <boost/metaparse/v1/util/in_range.hpp>
namespace boost
{
namespace metaparse
{
namespace util
{
using v1::util::in_rang... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/util/in_range.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 91 |
```c++
// -------------- Boost static_log2.hpp header file ----------------------- //
//
//
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// ---------------------------------------------------
// See path_to_url for documentation.
// your_sha256_hash--------- ... | /content/code_sandbox/src/boost_1_66_0/boost/integer/static_log2.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 752 |
```c++
// Boost integer/static_min_max.hpp header file ----------------------------//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for updates, documentation, and revision history.
#ifndef BOOST_INTEGER_STATIC_MIN_MAX_HPP
#define BOOST_INTEGER_STATIC_MIN_MAX_HPP
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/integer/static_min_max.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 335 |
```c++
// Use, modification and distribution are subject to the
// LICENSE_1_0.txt or copy at path_to_url
#ifndef BOOST_INTEGER_COMMON_FACTOR_RT_HPP
#define BOOST_INTEGER_COMMON_FACTOR_RT_HPP
#include <boost/assert.hpp>
#include <boost/core/enable_if.hpp>
#include <boost/config.hpp> // for BOOST_NESTED_TEMPLATE,... | /content/code_sandbox/src/boost_1_66_0/boost/integer/common_factor_rt.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,454 |
```c++
// Boost integer/integer_mask.hpp header file ------------------------------//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for updates, documentation, and revision history.
#ifndef BOOST_INTEGER_INTEGER_MASK_HPP
#define BOOST_INTEGER_INTEGER_MASK_HPP
#include <boos... | /content/code_sandbox/src/boost_1_66_0/boost/integer/integer_mask.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,005 |
```c++
// -----------------------------------------------------------
// integer_log2.hpp
//
// Gives the integer part of the logarithm, in base 2, of a
// given number. Behavior is undefined if the argument is <= 0.
//
//
// (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// ---------... | /content/code_sandbox/src/boost_1_66_0/boost/integer/integer_log2.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 517 |
```c++
// Boost common_factor.hpp header file -------------------------------------//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for updates, documentation, and revision history.
#ifndef BOOST_INTEGER_COMMON_FACTOR_HPP
#define BOOST_INTEGER_COMMON_FACTOR_HPP
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/integer/common_factor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 92 |
```c++
// Boost common_factor_ct.hpp header file ----------------------------------//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for updates, documentation, and revision history.
#ifndef BOOST_INTEGER_COMMON_FACTOR_CT_HPP
#define BOOST_INTEGER_COMMON_FACTOR_CT_HPP
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/integer/common_factor_ct.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 782 |
```c++
// Helper classes and functions for the circular buffer.
// Use, modification, and distribution is subject to the Boost Software
// path_to_url
#if !defined(BOOST_CIRCULAR_BUFFER_DETAILS_HPP)
#define BOOST_CIRCULAR_BUFFER_DETAILS_HPP
#if defined(_MSC_VER)
#pragma once
#endif
#include <boost/throw_except... | /content/code_sandbox/src/boost_1_66_0/boost/circular_buffer/details.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,843 |
```c++
// Debug support for the circular buffer library.
// Use, modification, and distribution is subject to the Boost Software
// path_to_url
#if !defined(BOOST_CIRCULAR_BUFFER_DEBUG_HPP)
#define BOOST_CIRCULAR_BUFFER_DEBUG_HPP
#if defined(_MSC_VER)
#pragma once
#endif
#if BOOST_CB_ENABLE_DEBUG
#include <cst... | /content/code_sandbox/src/boost_1_66_0/boost/circular_buffer/debug.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,486 |
```c++
// Implementation of the circular buffer adaptor.
// Use, modification, and distribution is subject to the Boost Software
// path_to_url
#if !defined(BOOST_CIRCULAR_BUFFER_SPACE_OPTIMIZED_HPP)
#define BOOST_CIRCULAR_BUFFER_SPACE_OPTIMIZED_HPP
#if defined(_MSC_VER)
#pragma once
#endif
#include <boost/typ... | /content/code_sandbox/src/boost_1_66_0/boost/circular_buffer/space_optimized.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 22,214 |
```c++
#ifndef BOOST_METAPARSE_V1_CPP11_IMPL_STRING_HPP
#define BOOST_METAPARSE_V1_CPP11_IMPL_STRING_HPP
// This is an automatically generated header file.
// Generated with the tools/string_headers.py utility of
// Boost.Metaparse
#include <boost/metaparse/v1/cpp11/impl/concat.hpp>
#include <boost/preprocessor/cat.h... | /content/code_sandbox/src/boost_1_66_0/boost/metaparse/v1/cpp11/impl/string.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 79,351 |
```c++
// last_value function object (documented as part of Boost.Signals)
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_LAST_VALUE_HPP
#define BOOST_SIGNALS2_LAST_VALUE_HPP
#include <boost/core/no_exceptions_support.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/last_value.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 429 |
```c++
// A model of the Lockable concept from Boost.Thread which
// does nothing. It can be passed as the Mutex template parameter
// for a signal, if the user wishes to disable thread-safety
// (presumably for performance reasons).
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See pat... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/dummy_mutex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 171 |
```c++
// Boost.Signals2 library
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_EXPIRED_SLOT_HPP
#define BOOST_SIGNALS2_EXPIRED_SLOT_HPP
#include <boost/smart_ptr/bad_weak_ptr.hpp>
namespace boost
{
... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/expired_slot.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 153 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_PREPROCESSED_SLOT_HPP
#define BOOST_SIGNALS2_PREPROCESSED_SLOT_HPP
#include <boost/preprocessor/repetition.hpp>
#include <boost/signals2/detail/pr... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/preprocessed_slot.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 639 |
```c++
// DEPRECATED in favor of adl_postconstruct with deconstruct<T>().
// A simple framework for creating objects with postconstructors.
// The objects must inherit from boost::signals2::postconstructible, and
// have their lifetimes managed by
// boost::shared_ptr created with the boost::signals2::deconstruct_ptr()... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/postconstructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 343 |
```c++
// DEPRECATED in favor of adl_postconstruct and adl_predestruct with
// deconstruct<T>().
// A factory function for creating a shared_ptr that enhances the plain
// shared_ptr constructors by adding support for postconstructors
// and predestructors through the boost::signals2::postconstructible and
// boost::si... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/deconstruct_ptr.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 532 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// Compatibility class to ease porting from the original
// Boost.Signals library. However,
// boost::signals2::trackable is NOT thread-safe.
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_TRA... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/trackable.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 387 |
```c++
//
// boost/signals2/mutex.hpp - header-only mutex
//
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
// boost::signals2::mutex is a modification of
// boost::detail::lightweight_mutex to follow the newer Lockable
// concept of Boost.Thread.
//
#ifndef BOOST_SIGNALS2_MUTEX_HPP
#define B... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/mutex.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 225 |
```c++
// Boost.Signals2 library
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SLOT_HPP
#define BOOST_SIGNALS2_SLOT_HPP
#include <boost/bind.hpp>
#include <boost/config.hpp>
#include <boost/functio... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/slot.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 214 |
```c++
// DEPRECATED in favor of adl_predestruct with deconstruct<T>().
// A simple framework for creating objects with predestructors.
// The objects must inherit from boost::signals2::predestructible, and
// have their lifetimes managed by
// boost::shared_ptr created with the boost::signals2::deconstruct_ptr()
// fu... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/predestructible.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 287 |
```c++
/*
A meta function which supports using named template type parameters
via Boost.Parameter to specify the template type parameters for
the boost::signals2::signal class.
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2009-01-22
*/
// Use, modification and
// 1.0. (See accompanying file ... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/signal_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 952 |
```c++
// Boost.Signals2 library
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SHARED_CONNECTION_BLOCK_HPP
#define BOOST_SIGNALS2_SHARED_CONNECTION_BLOCK_HPP
#include <boost/shared_ptr.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/shared_connection_block.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 382 |
```c++
// optional_last_value function object (documented as part of Boost.Signals2)
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for library home page.
#ifndef BOOST_SIGNALS2_OPTIONAL_LAST_VALUE_HPP
#define BOOST_SIGNALS2_OPTIONAL_LAST_VALUE_HPP
#include <boost/core/n... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/optional_last_value.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 333 |
```c++
// Boost.Signals2 library
//
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_VARIADIC_SLOT_HPP
#define BOOST_SIGNALS2_VARIADIC_SLOT_HPP
#include <boost/signals2/detail/variadic_arg_type.hpp>
#define BOOST_SIGNALS2_SLOT_... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/variadic_slot.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 181 |
```c++
/*
A variadic implementation of variadic boost::signals2::signal, used when variadic
template support is detected in the compiler.
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2009-05-26
*/
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/variadic_signal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 316 |
```c++
#ifndef BOOST_SIGNALS2_DECONSTRUCT_HPP
#define BOOST_SIGNALS2_DECONSTRUCT_HPP
// deconstruct.hpp
//
// A factory function for creating a shared_ptr which creates
// an object and its owning shared_ptr with one allocation, similar
// to make_shared<T>(). It also supports postconstructors
// and predestructors ... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/deconstruct.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 5,487 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SLOT_BASE_HPP
#define BOOST_SIGNALS2_SLOT_BASE_HPP
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/signals2/detail/f... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/slot_base.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 672 |
```c++
// A thread-safe version of Boost.Signals.
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SIGNAL_HPP
#define BOOST_SIGNALS2_SIGNAL_HPP
#include <algorithm>
#include <boost/assert.hpp>
#inclu... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/signal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 428 |
```c++
// Boost.Signals2 library
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SIGNAL_BASE_HPP
#define BOOST_SIGNALS2_SIGNAL_BASE_HPP
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/signal_base.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 167 |
```c++
/*
boost::signals2::connection provides a handle to a signal/slot connection.
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2007-01-23
*/
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for library home page.
#ifndef BOOST_SIGNALS2_CONNECTION_H... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/connection.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,518 |
```c++
/*
A thread-safe version of Boost.Signals.
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2007-01-23
*/
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_PREPROCESSED_SIGNAL_HPP... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/preprocessed_signal.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 539 |
```c++
/*
Helper class used by variadic implementation of variadic boost::signals2::signal.
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2009-05-27
*/
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifn... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/variadic_slot_invoker.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,109 |
```c++
//
// boost/signals2/detail/lwm_nop.hpp
//
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#ifndef BOOST_SIGNALS2_LWM_NOP_HPP
#define BOOST_SIGNALS2_LWM_NOP_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
#include <boost/signals2/dummy_mut... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/lwm_nop.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 130 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_RESULT_TYPE_WRAPPER_HPP
#define BOOST_SIGNALS2_RESULT_TYPE_WRAPPER_HPP
#include <boost/config.hpp>
namespace boost {
namespace signals2 {
n... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/result_type_wrapper.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 402 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
// This file is included iteratively, and should not be protected from multiple inclusion
#ifdef BOOST_NO_CXX11_VARIADIC_TEMPLATES
#define BOOST_SIGNALS2_NUM_ARGS BOOST_... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/slot_template.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,604 |
```c++
// Boost.Signals2 library
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SLOT_CALL_ITERATOR_HPP
#define BOOST_SIGNALS2_SLOT_CALL_ITERATOR_HPP
#include <boost/assert.hpp>
#include <boost/aligned_... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/slot_call_iterator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,222 |
```c++
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_DETAIL_REPLACE_SLOT_FUNCTION_HPP
#define BOOST_SIGNALS2_DETAIL_REPLACE_SLOT_FUNCTION_HPP
#include <boost/signals2/slot_base.hpp>
namespace boost... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/replace_slot_function.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 176 |
```c++
// Boost.Signals library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SIGNALS_COMMON_HPP
#define BOOST_SIGNALS2_SIGNALS_COMMON_HPP
#include <boost/mpl/bool.hpp>
#include <boost/mpl/if.hpp>
#include <boost/ref.hpp>
#in... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/signals_common.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 506 |
```c++
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_DETAIL_VARIADIC_ARG_TYPE_HPP
#define BOOST_SIGNALS2_DETAIL_VARIADIC_ARG_TYPE_HPP
#include <functional>
namespace boost
{
namespace signals2
... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/variadic_arg_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 308 |
```c++
// Implementation of the base circular buffer.
// Use, modification, and distribution is subject to the Boost Software
// path_to_url
#if !defined(BOOST_CIRCULAR_BUFFER_BASE_HPP)
#define BOOST_CIRCULAR_BUFFER_BASE_HPP
#if defined(_MSC_VER)
#pragma once
#endif
#include <boost/config.hpp>
#include <boost/... | /content/code_sandbox/src/boost_1_66_0/boost/circular_buffer/base.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 35,558 |
```c++
/*
Provides a basic subset of boost::unique_lock functionality. Provided only because
including boost/thread/locks.hpp requires linking to thread library
*/
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for library home page.
#ifndef BOOST_SIGNALS2_UNIQUE_LOCK... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/unique_lock.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 205 |
```c++
// helper code for dealing with tracking non-boost shared_ptr/weak_ptr
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for library home page.
#ifndef BOOST_SIGNALS2_FOREIGN_PTR_HPP
#define BOOST_SIGNALS2_FOREIGN_PTR_HPP
#include <algorithm>
#include <boost/config... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/foreign_ptr.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,066 |
```c++
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef BOOST_SIGNALS2_DETAIL_AUTO_BUFFER_HPP_25_02_2009
#define BOOST_SIGNALS2_DETAIL_AUTO_BUFFER_HPP_25_02_2009
#include <boost/detail/workaround.hpp>
#if defined(_MSC_VER)
# pragma once
#endif
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
#pragma ... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/auto_buffer.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 7,535 |
```c++
/*
An output iterator which simply discards output.
*/
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// See path_to_url for library home page.
#ifndef BOOST_SIGNALS2_NULL_OUTPUT_ITERATOR_HPP
#define BOOST_SIGNALS2_NULL_OUTPUT_ITERATOR_HPP
#include <boost/function_output_iterator.h... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/null_output_iterator.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 171 |
```c++
// Boost.Signals2 library
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_SLOT_GROUPS_HPP
#define BOOST_SIGNALS2_SLOT_GROUPS_HPP
#include <boost/signals2/connection.hpp>
#include <boost/optional.... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/slot_groups.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,687 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_TRACKED_OBJECTS_VISITOR_HPP
#define BOOST_SIGNALS2_TRACKED_OBJECTS_VISITOR_HPP
#include <boost/mpl/bool.hpp>
#include <boost/ref.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/tracked_objects_visitor.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 686 |
```c++
//
// boost/signals2/detail/lwm_pthreads.hpp
//
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#ifndef BOOST_SIGNALS2_LWM_PTHREADS_HPP
#define BOOST_SIGNALS2_LWM_PTHREADS_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
#include <boost/asse... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/lwm_pthreads.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 320 |
```c++
//
// boost/signals2/detail/lwm_win32_cs.hpp
//
//
// accompanying file LICENSE_1_0.txt or copy at
// path_to_url
//
#ifndef BOOST_SIGNALS2_LWM_WIN32_CS_HPP
#define BOOST_SIGNALS2_LWM_WIN32_CS_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
# pragma once
#endif
#include <boost/asse... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/lwm_win32_cs.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 556 |
```c++
/*
Template for Signa1, Signal2, ... classes that support signals
with 1, 2, ... parameters
Begin: 2007-01-23
*/
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// This file is included iteratively, and should not be protected from multiple inclusion
... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/signal_template.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 8,254 |
```c++
// Boost.Signals2 library
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
#ifndef BOOST_SIGNALS2_PREPROCESSED_ARG_TYPE_HPP
#define BOOST_SIGNALS2_PREPROCESSED_ARG_TYPE_HPP
#include <boost/preprocessor/repetition.hpp>
#include <boost/signals2/d... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/preprocessed_arg_type.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 195 |
```c++
//
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
// For more information, see path_to_url
// This file is included iteratively, and should not be protected from multiple inclusion
#define BOOST_SIGNALS2_NUM_ARGS BOOST_PP_ITERATION()
namespace boost
{
name... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/preprocessed_arg_type_template.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 327 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_WEBSOCKET_HPP
#define BOOST_BEAST_WEBSOCKET_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/websocket/error.hpp>
#include <boost/beast/websocket/option.hpp>
#include <boos... | /content/code_sandbox/src/boost_1_66_0/boost/beast/websocket.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 113 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_CORE_HPP
#define BOOST_BEAST_CORE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/buffered_read_stream.hpp>
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/beast/core.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 316 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_ZLIB_HPP
#define BOOST_BEAST_ZLIB_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/zlib/deflate_stream.hpp>
#include <boost/beast/zlib/error.hpp>
#include <boost/beast/zlib... | /content/code_sandbox/src/boost_1_66_0/boost/beast/zlib.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 102 |
```c++
/*
Author: Frank Mori Hess <fmhess@users.sourceforge.net>
Begin: 2007-01-23
*/
// Use, modification and
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// path_to_url
#ifndef BOOST_SIGNALS2_SIGNALS_COMMON_MACROS_HPP
#define BOOST_SIGNALS2_SIGNALS_COMMON_MACROS_HPP
#include <boost/config.hpp>
#if... | /content/code_sandbox/src/boost_1_66_0/boost/signals2/detail/signals_common_macros.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,629 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_HPP
#define BOOST_BEAST_HTTP_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/basic_dynamic_body.hpp>
#include <boost/beast/http/basic_parser.hpp>
#include <boost... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 274 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_VERSION_HPP
#define BOOST_BEAST_VERSION_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/config.hpp>
/** @def BOOST_BEAST_API_VERSION
Identifies the API version of Beast.
... | /content/code_sandbox/src/boost_1_66_0/boost/beast/version.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 134 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_FIELD_HPP
#define BOOST_BEAST_HTTP_FIELD_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
#include <iosfwd>
namespace boost {
namespace beast {
namesp... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/field.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,844 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_MESSAGE_HPP
#define BOOST_BEAST_HTTP_MESSAGE_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/fields.hpp>
#include <boost/beast/http/verb.hpp>
#include <boost/beas... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/message.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 6,119 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_PARSER_HPP
#define BOOST_BEAST_HTTP_PARSER_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/basic_parser.hpp>
#include <boost/beast/http/message.hpp>
#include <boo... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/parser.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 2,586 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_STRING_BODY_HPP
#define BOOST_BEAST_HTTP_STRING_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/message.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/string_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,026 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_BUFFER_BODY_HPP
#define BOOST_BEAST_HTTP_BUFFER_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/message.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/buffer_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,375 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_EMPTY_BODY_HPP
#define BOOST_BEAST_HTTP_EMPTY_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/message.hpp>
#include <bo... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/empty_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 642 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_VECTOR_BODY_HPP
#define BOOST_BEAST_HTTP_VECTOR_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/beast/http/message.hpp>
#include <... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/vector_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 935 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_STATUS_HPP
#define BOOST_BEAST_HTTP_STATUS_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
#include <iosfwd>
namespace boost {
namespace beast {
name... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/status.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,019 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_BASIC_DYNAMIC_BODY_HPP
#define BOOST_BEAST_HTTP_BASIC_DYNAMIC_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/type_traits.hpp>
#include <boost/beast/http/err... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/basic_dynamic_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 874 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_ERROR_HPP
#define BOOST_BEAST_HTTP_ERROR_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
namespace boost {
namespace beast {
namespace http {
/// Err... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/error.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 793 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_TYPE_TRAITS_HPP
#define BOOST_BEAST_HTTP_TYPE_TRAITS_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/core/string.hpp>
#include <b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/type_traits.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 1,258 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_SPAN_BODY_HPP
#define BOOST_BEAST_HTTP_SPAN_BODY_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/span.hpp>
#include <boost/beast/http/error.hpp>
#include <boost/b... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/span_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 882 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_DYNAMIC_BODY_HPP
#define BOOST_BEAST_HTTP_DYNAMIC_BODY_HPP
#include <boost/beast/core/multi_buffer.hpp>
#include <boost/beast/http/basic_dynamic_body.hpp>
namespace boost {
namespace beast {... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/dynamic_body.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 126 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_FIELDS_HPP
#define BOOST_BEAST_HTTP_FIELDS_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string_param.hpp>
#include <boost/beast/core/string.hpp>
#include <boos... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/fields.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 4,197 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_VERB_HPP
#define BOOST_BEAST_HTTP_VERB_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/string.hpp>
#include <iosfwd>
namespace boost {
namespace beast {
namespac... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/verb.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 810 |
```c++
//
//
// file LICENSE_1_0.txt or copy at path_to_url
//
// Official repository: path_to_url
//
#ifndef BOOST_BEAST_HTTP_READ_HPP
#define BOOST_BEAST_HTTP_READ_HPP
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/error.hpp>
#include <boost/beast/http/basic_parser.hpp>
#include <boost/bea... | /content/code_sandbox/src/boost_1_66_0/boost/beast/http/read.hpp | c++ | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 6,278 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.