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++ // Boost.Polygon library point_data.hpp header file // See path_to_url for updates, documentation, and revision history. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_POLYGON_POINT_DATA_HPP #define BOOST_POLYGON_POINT_DATA_HPP #include "isotropy.hpp" #include ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/point_data.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 */ #ifndef BOOST_POLYGON_POLYGON_SET_CONCEPT_HPP #define BOOST_POLYGON_POLYGON_SET_CONCEPT_HPP #include "polygon_set_data.hpp" #include "detail/polygon_simplify.hpp" namespace boost { namespace polygon{ template <typename T, ty...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/polygon_set_concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,286
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_SET_TRAITS_HPP #define BOOST_POLYGON_POLYGON_45_SET_TRAITS_HPP namespace boost { namespace polygon{ //default definition of polygon 45 set traits works for any model of polygon 45, polygon 45...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/polygon_45_set_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,473
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_SET_CONCEPT_HPP #define BOOST_POLYGON_POLYGON_45_SET_CONCEPT_HPP #include "polygon_45_set_data.hpp" #include "polygon_45_set_traits.hpp" #include "detail/polygon_45_touch.hpp" namespace boost { ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/polygon_45_set_concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,554
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_RECTANGLE_TRAITS_HPP #define BOOST_POLYGON_RECTANGLE_TRAITS_HPP #include "isotropy.hpp" namespace boost { namespace polygon{ template <typename T, typename enable = gtl_yes> struct rectangle_traits ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/rectangle_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
276
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_DATA_HPP #define BOOST_POLYGON_POLYGON_45_DATA_HPP #include "isotropy.hpp" namespace boost { namespace polygon{ struct polygon_45_concept; template <typename T> class polygon_data; template <typ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/polygon_45_data.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
551
```c++ // Boost.Polygon library point_concept.hpp header file // See path_to_url for updates, documentation, and revision history. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_POLYGON_POINT_CONCEPT_HPP #define BOOST_POLYGON_POINT_CONCEPT_HPP #include "isotropy.hpp" ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/point_concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,096
```c++ // Boost.Polygon library segment_data.hpp header file // See path_to_url for updates, documentation, and revision history. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_POLYGON_SEGMENT_DATA_HPP #define BOOST_POLYGON_SEGMENT_DATA_HPP #include "isotropy.hpp" #in...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/segment_data.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
667
```c++ // Boost.Polygon library interval_concept.hpp header file // See path_to_url for updates, documentation, and revision history. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_POLYGON_INTERVAL_CONCEPT_HPP #define BOOST_POLYGON_INTERVAL_CONCEPT_HPP #include "isotr...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/interval_concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,361
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_BOOLEAN_OP_HPP #define BOOST_POLYGON_BOOLEAN_OP_HPP namespace boost { namespace polygon{ namespace boolean_op { //BooleanOp is the generic boolean operation scanline algorithm that provides //all the ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/boolean_op.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,413
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_ITERATOR_POINTS_TO_COMPACT_HPP #define BOOST_POLYGON_ITERATOR_POINTS_TO_COMPACT_HPP namespace boost { namespace polygon{ template <typename iT, typename point_type> class iterator_points_to_compact { priv...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/iterator_points_to_compact.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
488
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_90_SET_VIEW_HPP #define BOOST_POLYGON_POLYGON_90_SET_VIEW_HPP namespace boost { namespace polygon{ struct operator_provides_storage {}; struct operator_requires_copy {}; template <typename v...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_90_set_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,175
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_SET_VIEW_HPP #define BOOST_POLYGON_POLYGON_45_SET_VIEW_HPP namespace boost { namespace polygon{ template <typename ltype, typename rtype, int op_type> class polygon_45_set_view; template...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_45_set_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,366
```c++ // Boost.Polygon library detail/voronoi_predicates.hpp header file // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POLYGON_DETAIL_VORONOI_PREDICATES #define BOOST_POLYGON_DETAIL_VORONOI_PREDICATE...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/voronoi_predicates.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
18,387
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_90_TOUCH_HPP #define BOOST_POLYGON_POLYGON_90_TOUCH_HPP namespace boost { namespace polygon{ template <typename Unit> struct touch_90_operation { typedef interval_data<Unit> Interval; ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_90_touch.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,393
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ namespace boost { namespace polygon { namespace detail { template <typename coordinate_type> struct minkowski_offset { typedef point_data<coordinate_type> point; typedef polygon_set_data<coordinate_type> polygon_set; typ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/minkowski.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,274
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_ARBITRARY_FORMATION_HPP #define BOOST_POLYGON_POLYGON_ARBITRARY_FORMATION_HPP namespace boost { namespace polygon{ template <typename T, typename T2> struct PolyLineArbitraryByConcept {}; ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_arbitrary_formation.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
35,001
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_SET_VIEW_HPP #define BOOST_POLYGON_POLYGON_SET_VIEW_HPP namespace boost { namespace polygon{ template <typename coordinate_type> inline void polygon_set_data<coordinate_type>::clean() const {...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_set_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,231
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_ITERATOR_COMPACT_TO_POINTS_HPP #define BOOST_POLYGON_ITERATOR_COMPACT_TO_POINTS_HPP namespace boost { namespace polygon{ template <typename iterator_type, typename point_type> class iterator_compact_to_poi...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/iterator_compact_to_points.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
548
```c++ // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_POLYGON_DETAIL_SIMPLIFY_HPP #define BOOST_POLYGON_DETAIL_SIMPLIFY_HPP #include <vector> namespace boost { namespace polygon { namespace detail { namespace simplify_detail { // Does a simplification/optimization ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_simplify.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,004
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_PROPERTY_MERGE_HPP #define BOOST_POLYGON_PROPERTY_MERGE_HPP namespace boost { namespace polygon{ template <typename coordinate_type> class property_merge_point { private: coordinate_type x_, y_; public:...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/property_merge.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,276
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_RECTANGLE_FORMATION_HPP #define BOOST_POLYGON_RECTANGLE_FORMATION_HPP namespace boost { namespace polygon{ namespace rectangle_formation { template <class T> class ScanLineToRects { public: ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/rectangle_formation.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,397
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_SCAN_ARBITRARY_HPP #define BOOST_POLYGON_SCAN_ARBITRARY_HPP #ifdef BOOST_POLYGON_DEBUG_FILE #include <fstream> #endif #include "polygon_sort_adaptor.hpp" namespace boost { namespace polygon{ template <t...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/scan_arbitrary.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
39,094
```c++ // Boost.Polygon library detail/voronoi_robust_fpt.hpp header file // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POLYGON_DETAIL_VORONOI_ROBUST_FPT #define BOOST_POLYGON_DETAIL_VORONOI_ROBUST_FP...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/voronoi_robust_fpt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,481
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_ITERATOR_GEOMETRY_TO_SET_HPP #define BOOST_POLYGON_ITERATOR_GEOMETRY_TO_SET_HPP namespace boost { namespace polygon{ template <typename concept_type, typename geometry_type> class iterator_geometry_to_set ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/iterator_geometry_to_set.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,124
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_MAX_COVER_HPP #define BOOST_POLYGON_MAX_COVER_HPP namespace boost { namespace polygon{ template <typename Unit> struct MaxCover { typedef interval_data<Unit> Interval; typedef rectangle_data<U...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/max_cover.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,689
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_FORMATION_HPP #define BOOST_POLYGON_POLYGON_45_FORMATION_HPP namespace boost { namespace polygon{ template <typename T, typename T2> struct PolyLineByConcept {}; template <typename T...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_45_formation.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
25,268
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_BOOLEAN_OP_45_HPP #define BOOST_POLYGON_BOOLEAN_OP_45_HPP namespace boost { namespace polygon{ template <typename Unit> struct boolean_op_45 { typedef point_data<Unit> Point; typedef typename ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/boolean_op_45.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
16,621
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_PROPERTY_MERGE_45_HPP #define BOOST_POLYGON_PROPERTY_MERGE_45_HPP namespace boost { namespace polygon{ template <typename Unit, typename property_type> struct polygon_45_property_merge { typedef ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/property_merge_45.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,570
```c++ // Boost.Polygon library detail/voronoi_structures.hpp header file // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POLYGON_DETAIL_VORONOI_STRUCTURES #define BOOST_POLYGON_DETAIL_VORONOI_STRUCTURE...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/voronoi_structures.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,795
```c++ // Boost.Polygon library detail/voronoi_ctypes.hpp header file // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POLYGON_DETAIL_VORONOI_CTYPES #define BOOST_POLYGON_DETAIL_VORONOI_CTYPES #include ...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/voronoi_ctypes.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,185
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_SORT_ADAPTOR_HPP #define BOOST_POLYGON_SORT_ADAPTOR_HPP #ifdef __ICC #pragma warning(disable:2022) #pragma warning(disable:2023) #endif #include <algorithm> //! @brief polygon_sort_adaptor default implem...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_sort_adaptor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
459
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #ifndef BOOST_POLYGON_POLYGON_45_TOUCH_HPP #define BOOST_POLYGON_POLYGON_45_TOUCH_HPP namespace boost { namespace polygon{ template <typename Unit> struct polygon_45_touch { typedef point_data<Unit> Point; typedef...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_45_touch.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,391
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_CONDITION_VARIABLE_H #define BOOST_FIBERS_CONDITION_VARIABLE_H #include <algorithm> #include <atomic> #include <chrono> #include <functional> #include <mutex> #include <boost/assert.hpp> #include <boost/confi...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/condition_variable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,877
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_UNBUFFERED_CHANNEL_H #define BOOST_FIBERS_UNBUFFERED_CHANNEL_H #include <atomic> #include <chrono> #include <cstddef> #include <cstdint> #include <memory> #include <vector> #include <boost/config.hpp> #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/unbuffered_channel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,681
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #include <boost/fiber/future/async.hpp> #include <boost/fiber/future/future.hpp> #include <boost/fiber/future/packaged_task.hpp> #include <boost/fiber/future/promise.hpp> ```
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
70
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_CHANNEL_OP_STATUS_H #define BOOST_FIBERS_CHANNEL_OP_STATUS_H #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif namespace boo...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/channel_op_status.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
131
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // based on boost::interprocess::sync::interprocess_spinlock #ifndef BOOST_FIBERS_RECURSIVE_MUTEX_H #define BOOST_FIBERS_RECURSIVE_MUTEX_H #include <cstddef> #include <boost/config.hpp> #include <boost/assert.hpp> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/recursive_mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
352
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SEGMENTED_STACK_H #define BOOST_FIBERS_SEGMENTED_STACK_H #include <boost/config.hpp> #include <boost/context/segmented_stack.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # incl...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/segmented_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
163
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_PROTECTED_FIXEDSIZE_STACK_H #define BOOST_FIBERS_PROTECTED_FIXEDSIZE_STACK_H #include <boost/config.hpp> #include <boost/context/protected_fixedsize_stack.hpp> #include <boost/fiber/detail/config.hpp> #ifdef...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/protected_fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
139
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_POOLED_FIXEDSIZE_STACK_H #define BOOST_FIBERS_POOLED_FIXEDSIZE_STACK_H #include <boost/config.hpp> #include <boost/context/pooled_fixedsize_stack.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HA...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/pooled_fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
143
```c++ // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // based on boost.thread #ifndef BOOST_fiber_errorS_H #define BOOST_fiber_errorS_H #include <future> #include <stdexcept> #include <string> #include <system_error> #include <boost/config.hpp> #include <boost/fiber/detail/conf...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/exceptions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
777
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_POLICY_H #define BOOST_FIBERS_POLICY_H #include <type_traits> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif namespace ...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/policy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
160
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_FIBER_H #define BOOST_FIBERS_FIBER_H #include <algorithm> #include <exception> #include <memory> #include <utility> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/intrusive_ptr.hpp> #...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/fiber.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,081
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_H #define BOOST_FIBERS_H #include <boost/fiber/algo/algorithm.hpp> #include <boost/fiber/algo/round_robin.hpp> #include <boost/fiber/algo/shared_work.hpp> #include <boost/fiber/algo/work_stealing.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/all.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
359
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url */ #include<iostream> #include<cassert> #ifndef BOOST_POLYGON_POLYGON_FORMATION_HPP #define BOOST_POLYGON_POLYGON_FORMATION_HPP namespace boost { namespace polygon{ namespace polygon_formation { /* * End has two states,...
/content/code_sandbox/src/boost_1_66_0/boost/polygon/detail/polygon_formation.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
21,629
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_BARRIER_H #define BOOST_FIBERS_BARRIER_H #include <cstddef> #include <boost/config.hpp> #include <boost/fiber/condition_variable.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/mutex.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/barrier.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
214
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_FIXEDSIZE_STACK_H #define BOOST_FIBERS_FIXEDSIZE_STACK_H #include <boost/config.hpp> #include <boost/context/fixedsize_stack.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # incl...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
155
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_FIBER_MANAGER_H #define BOOST_FIBERS_FIBER_MANAGER_H #include <chrono> #include <functional> #include <memory> #include <mutex> #include <vector> #include <boost/config.hpp> #include <boost/context/continuatio...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/scheduler.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,033
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_THIS_FIBER_OPERATIONS_H #define BOOST_THIS_FIBER_OPERATIONS_H #include <chrono> #include <boost/config.hpp> #include <boost/fiber/algo/algorithm.hpp> #include <boost/fiber/context.hpp> #include <boost/fiber/detail/...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/operations.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
678
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_CONTEXT_H #define BOOST_FIBERS_CONTEXT_H #include <atomic> #include <chrono> #include <cstdint> #include <exception> #include <functional> #include <iostream> #include <map> #include <memory> #include <tuple> ...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/context.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,351
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_MUTEX_H #define BOOST_FIBERS_MUTEX_H #include <boost/config.hpp> #include <boost/assert.hpp> #include <boost/fiber/context.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/detail/spinlock....
/content/code_sandbox/src/boost_1_66_0/boost/fiber/mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
289
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // Define fiber_properties, a base class from which a library consumer can // derive a subclass with specific properties important to a user-coded // scheduler. #ifndef BOOST_FIBERS_PROPERTIES_HPP #define BOOST_FIBERS_PROPERTIES_HP...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/properties.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
429
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // based on tss.hpp from boost.thread #ifndef BOOST_FIBERS_FSS_H #define BOOST_FIBERS_FSS_H #include <boost/config.hpp> #include <boost/fiber/context.hpp> #include <boost/fiber/detail/fss.hpp> #ifdef BOOST_HAS_ABI_HE...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/fss.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
580
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // based on boost::interprocess::sync::interprocess_spinlock #ifndef BOOST_FIBERS_RECURSIVE_TIMED_MUTEX_H #define BOOST_FIBERS_RECURSIVE_TIMED_MUTEX_H #include <chrono> #include <cstddef> #include <boost/config.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/recursive_timed_mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
523
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_TYPE_H #define BOOST_FIBERS_TYPE_H #include <atomic> #include <chrono> #include <exception> #include <functional> #include <map> #include <memory> #include <type_traits> #include <boost/assert.hpp> #include <...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
566
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_TIMED_MUTEX_H #define BOOST_FIBERS_TIMED_MUTEX_H #include <chrono> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/fiber/context.hpp> #include <boost/fiber/detail/config.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/timed_mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
454
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_TTAS_H #define BOOST_FIBERS_SPINLOCK_TTAS_H #include <atomic> #include <chrono> #include <cmath> #include <random> #include <thread> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/det...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_ttas.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,073
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_DATA_H #define BOOST_FIBERS_DETAIL_DATA_H #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/detail/spinlock.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/data.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
238
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBER_DETAIL_DECAY_COPY_H #define BOOST_FIBER_DETAIL_DECAY_COPY_H #include <type_traits> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/decay_copy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
149
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_RTM_H #define BOOST_FIBERS_SPINLOCK_RTM_H #include <atomic> #include <chrono> #include <cmath> #include <random> #include <thread> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/detai...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_rtm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,023
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_FIBERS_BUFFERED_CHANNEL_H #define BOOST_FIBERS_BUFFERED_CHANNEL_H #include <atomic> #include <chrono> #include <cstddef> #include <cstdint> #include <memory> #include <type_traits> #include <boost/config.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/buffered_channel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,947
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_FUTEX_H #define BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_FUTEX_H #include <atomic> #include <cmath> #include <random> #include <thread> #include <boost/fiber/detail/config.hpp> #include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_ttas_adaptive_futex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,453
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_CONFIG_H #define BOOST_FIBERS_DETAIL_CONFIG_H #include <cstddef> #include <boost/config.hpp> #include <boost/predef.h> #include <boost/detail/workaround.hpp> #ifdef BOOST_FIBERS_DECL # undef BOOST_FI...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
483
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_H #define BOOST_FIBERS_SPINLOCK_H #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #if !defined(BOOST_FIBERS_NO_ATOMICS) # include <mutex> # include <boost/fiber/detail/spinlock...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
591
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_FIBER_DETAIL_RTM_H #define BOOST_FIBER_DETAIL_RTM_H #include <cstdint> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BO...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/rtm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
473
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_STATUS_H #define BOOST_FIBERS_SPINLOCK_STATUS_H namespace boost { namespace fibers { namespace detail { enum class spinlock_status { locked = 0, unlocked }; }}} #endif // BOOST_FIBERS_SPINL...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_status.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
85
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_IS_ALL_SAME_H #define BOOST_FIBERS_DETAIL_IS_ALL_SAME_H #include <type_traits> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_P...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/is_all_same.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
233
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_H #define BOOST_FIBERS_SPINLOCK_TTAS_ADAPTIVE_H #include <atomic> #include <chrono> #include <cmath> #include <random> #include <thread> #include <boost/fiber/detail/config.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_ttas_adaptive.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,246
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_CONVERT_H #define BOOST_FIBERS_DETAIL_CONVERT_H #include <chrono> #include <memory> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/convert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
211
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_FUTEX_H #define BOOST_FIBERS_DETAIL_FUTEX_H #include <boost/config.hpp> #include <boost/predef.h> #include <boost/fiber/detail/config.hpp> #if BOOST_OS_LINUX extern "C" { #include <linux/futex.h> #in...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/futex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
433
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // based on tss.hpp from boost.thread #ifndef BOOST_FIBERS_DETAIL_FSS_H #define BOOST_FIBERS_DETAIL_FSS_H #include <atomic> #include <cstddef> #include <boost/config.hpp> #include <boost/intrusive_ptr.hpp> #ifdef BOO...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/fss.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
315
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBER_DETAIL_DISABLE_OVERLOAD_H #define BOOST_FIBER_DETAIL_DISABLE_OVERLOAD_H #include <type_traits> #include <boost/config.hpp> #include <boost/context/detail/disable_overload.hpp> #include <boost/fiber/detail/con...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/disable_overload.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
154
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_spinlock_ttas_futex_FUTEX_H #define BOOST_FIBERS_spinlock_ttas_futex_FUTEX_H #include <atomic> #include <cmath> #include <random> #include <thread> #include <boost/fiber/detail/config.hpp> #include <boost/fib...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/spinlock_ttas_futex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,244
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_FIBERS_DETAIL_SPINLOCK_QUEUE_H #define BOOST_FIBERS_DETAIL_SPINLOCK_QUEUE_H #include <cstddef> #include <cstring> #include <mutex> #include <boost/config.hpp> #include <boost/fiber/context.hpp> #include <boost/f...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/context_spinlock_queue.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
717
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_CPU_RELAX_H #define BOOST_FIBERS_DETAIL_CPU_RELAX_H #include <chrono> #include <thread> #include <boost/config.hpp> #include <boost/predef.h> #include <boost/fiber/detail/config.hpp> #if BOOST_COMP_...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/cpu_relax.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
613
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_CONTEXT_SPMC_QUEUE_H #define BOOST_FIBERS_DETAIL_CONTEXT_SPMC_QUEUE_H #include <atomic> #include <cstddef> #include <cstdint> #include <memory> #include <type_traits> #include <utility> #include <boost...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/detail/context_spmc_queue.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,554
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_ALGO_ROUND_ROBIN_H #define BOOST_FIBERS_ALGO_ROUND_ROBIN_H #include <condition_variable> #include <chrono> #include <mutex> #include <boost/config.hpp> #include <boost/fiber/algo/algorithm.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/algo/round_robin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
345
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_FIBERS_ALGO_WORK_STEALING_H #define BOOST_FIBERS_ALGO_WORK_STEALING_H #include <atomic> #include <condition_variable> #include <chrono> #include <cstddef> #include <cstdint> #include <mutex> #include <vector> #in...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/algo/work_stealing.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
530
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_ALGO_ALGORITHM_H #define BOOST_FIBERS_ALGO_ALGORITHM_H #include <atomic> #include <chrono> #include <cstddef> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/intrusive_ptr.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/algo/algorithm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
981
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_ALGO_SHARED_WORK_H #define BOOST_FIBERS_ALGO_SHARED_WORK_H #include <condition_variable> #include <chrono> #include <deque> #include <mutex> #include <boost/config.hpp> #include <boost/fiber/algo/algorithm.h...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/algo/shared_work.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
452
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_CUDA_WAITFOR_H #define BOOST_FIBERS_CUDA_WAITFOR_H #include <initializer_list> #include <mutex> #include <iostream> #include <set> #include <tuple> #include <vector> #include <boost/assert.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/cuda/waitfor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
972
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_FIBERS_ALGO_NUMA_WORK_STEALING_H #define BOOST_FIBERS_ALGO_NUMA_WORK_STEALING_H #include <condition_variable> #include <chrono> #include <cstddef> #include <cstdint> #include <mutex> #include <vector> #include <b...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/algo/numa/work_stealing.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
603
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_NUMA_PIN_THREAD_H #define BOOST_FIBERS_NUMA_PIN_THREAD_H #include <cstdint> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endi...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/numa/pin_thread.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
132
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_NUMA_TOPOLOGY_H #define BOOST_FIBERS_NUMA_TOPOLOGY_H #include <cstdint> #include <set> #include <vector> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # i...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/numa/topology.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
209
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_PROMISE_HPP #define BOOST_FIBERS_PROMISE_HPP #include <algorithm> #include <memory> #include <utility> #include <boost/config.hpp> #include <boost/core/pointer_traits.hpp> #include <boost/fiber/exceptions.hp...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/promise.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,336
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_FUTURE_STATUS_HPP #define BOOST_FIBERS_FUTURE_STATUS_HPP #include <future> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> namespace boost { namespace fibers { enum class future_status...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/future_status.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
99
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_FUTURE_HPP #define BOOST_FIBERS_FUTURE_HPP #include <algorithm> #include <chrono> #include <exception> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/exceptions.hp...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/future.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,747
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_ASYNC_HPP #define BOOST_FIBERS_ASYNC_HPP #include <algorithm> #include <memory> #include <type_traits> #include <utility> #include <boost/config.hpp> #include <boost/fiber/future/future.hpp> #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/async.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
924
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_TASK_OBJECT_H #define BOOST_FIBERS_DETAIL_TASK_OBJECT_H #include <exception> #include <memory> #include <tuple> #include <utility> #include <boost/config.hpp> #if defined(BOOST_NO_CXX17_STD_APPLY) #inc...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/detail/task_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,117
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_PACKAGED_TASK_HPP #define BOOST_FIBERS_PACKAGED_TASK_HPP #include <algorithm> #include <memory> #include <type_traits> #include <utility> #include <boost/config.hpp> #include <boost/fiber/detail/disable_over...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/packaged_task.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
893
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_TASK_BASE_H #define BOOST_FIBERS_DETAIL_TASK_BASE_H #include <boost/config.hpp> #include <boost/intrusive_ptr.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/future/detail/shared_sta...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/detail/task_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
197
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_SHARED_STATE_OBJECT_H #define BOOST_FIBERS_DETAIL_SHARED_STATE_OBJECT_H #include <memory> #include <boost/config.hpp> #include <boost/fiber/detail/config.hpp> #include <boost/fiber/future/detail/share...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/detail/shared_state_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
280
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_CUDA_WAITFOR_H #define BOOST_FIBERS_CUDA_WAITFOR_H #include <initializer_list> #include <mutex> #include <iostream> #include <set> #include <tuple> #include <vector> #include <boost/assert.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/hip/waitfor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
975
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_FIBERS_DETAIL_SHARED_STATE_H #define BOOST_FIBERS_DETAIL_SHARED_STATE_H #include <algorithm> #include <atomic> #include <chrono> #include <cstddef> #include <exception> #include <memory> #include <mutex> #include <ty...
/content/code_sandbox/src/boost_1_66_0/boost/fiber/future/detail/shared_state.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,074
```c++ #ifndef DATE_TIME_TIME_PRECISION_LIMITS_HPP #define DATE_TIME_TIME_PRECISION_LIMITS_HPP * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland * $Date$ */ /*! \file time_defs.hpp This file contains nice definitions for handling the resolu...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_defs.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 distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst */ #ifndef DATE_TIME_DATE_DST_TRANSITION_DAY_GEN_HPP__ #define DATE_TIME_DATE_DST_TRANSITION_DAY_GEN_HPP__ namespace boost { namespace date_time { //! Defines base interfac...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/dst_transition_generators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
472
```c++ #ifndef DATE_TIME_TIME_ITERATOR_HPP___ #define DATE_TIME_TIME_ITERATOR_HPP___ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ namespace boost { namespace date_time { //! Simple time iterator skeleton class t...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/time_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
331
```c++ #ifndef BOOST_DATE_TIME_STRING_PARSE_TREE___HPP__ #define BOOST_DATE_TIME_STRING_PARSE_TREE___HPP__ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #include "boost/lexical_cast.hpp" //error without? #include "boos...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/string_parse_tree.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,002
```c++ * Use, modification and distribution is subject to the * file LICENSE_1_0.txt or path_to_url * Author: Jeff Garland, Bart Garst * $Date$ */ #ifndef NO_BOOST_DATE_TIME_INLINE #undef BOOST_DATE_TIME_INLINE #define BOOST_DATE_TIME_INLINE inline #endif namespace boost { namespace date_time { //! Return ...
/content/code_sandbox/src/boost_1_66_0/boost/date_time/gregorian_calendar.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,259