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_ENABLE_SHARED_FROM_RAW_HPP_INCLUDED #define BOOST_ENABLE_SHARED_FROM_RAW_HPP_INCLUDED // // enable_shared_from_raw.hpp // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/config.hpp> #include <boost/shared_ptr.hpp> #include <boost/weak_ptr.hpp> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/enable_shared_from_raw.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,056
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_SMART_PTR_ALLOCATE_LOCAL_SHARED_ARRAY_HPP #define BOOST_SMART_PTR_ALLOCATE_LOCAL_SHARED_ARRAY_HPP #include <boost/smart_ptr/allocate_shared_array.hpp> #include <boost/smart_ptr/local_shared_ptr.hpp> namespace boost { namespace detail { template<class> str...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/allocate_local_shared_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,888
```c++ #ifndef BOOST_SMART_PTR_BAD_WEAK_PTR_HPP_INCLUDED #define BOOST_SMART_PTR_BAD_WEAK_PTR_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/smart_ptr/bad_weak_ptr.hpp // // // accompanying file LICENSE_1_0.txt or copy at // ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/bad_weak_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
406
```c++ #ifndef BOOST_SMART_PTR_SCOPED_ARRAY_HPP_INCLUDED #define BOOST_SMART_PTR_SCOPED_ARRAY_HPP_INCLUDED // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. #include <boost/config.hpp> #include <boost/assert.hpp> #include <boost/checked_delete.hpp> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/scoped_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
799
```c++ /* * (See accompanying file LICENSE_1_0.txt or copy at * path_to_url */ /*! * \file intrusive_ref_counter.hpp * \author Andrey Semashev * \date 12.03.2009 * * This header contains a reference counter class for \c intrusive_ptr. */ #ifndef BOOST_SMART_PTR_INTRUSIVE_REF_COUNTER_HPP_INCLUD...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/intrusive_ref_counter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,295
```c++ #ifndef BOOST_SMART_PTR_SHARED_PTR_HPP_INCLUDED #define BOOST_SMART_PTR_SHARED_PTR_HPP_INCLUDED // // shared_ptr.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // #include <boost/config.hpp> // for broken compiler workarounds // In order...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/shared_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,338
```c++ #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED #define BOOST_SMART_PTR_MAKE_LOCAL_SHARED_HPP_INCLUDED // make_local_shared.hpp // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. #include <boost/smart_ptr/make_local_shared_object.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/make_local_shared.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
103
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_ARRAY_HPP #define BOOST_SMART_PTR_MAKE_LOCAL_SHARED_ARRAY_HPP #include <boost/smart_ptr/allocate_local_shared_array.hpp> namespace boost { template<class T> inline typename detail::lsp_if_size_array<T>::type make_local_shared()...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/make_local_shared_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
397
```c++ #ifndef BOOST_SMART_PTR_INTRUSIVE_PTR_HPP_INCLUDED #define BOOST_SMART_PTR_INTRUSIVE_PTR_HPP_INCLUDED // // intrusive_ptr.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // #include <boost/config.hpp> #include <boost/assert.hpp> #include <b...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/intrusive_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,248
```c++ #ifndef BOOST_SMART_PTR_LOCAL_SHARED_PTR_HPP_INCLUDED #define BOOST_SMART_PTR_LOCAL_SHARED_PTR_HPP_INCLUDED // local_shared_ptr.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. #include <boost/smart_ptr/shared_ptr.hpp> namespace boost { tem...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/local_shared_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,224
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_SMART_PTR_ALLOCATE_SHARED_ARRAY_HPP #define BOOST_SMART_PTR_ALLOCATE_SHARED_ARRAY_HPP #include <boost/smart_ptr/shared_ptr.hpp> #include <boost/type_traits/alignment_of.hpp> #include <boost/type_traits/has_trivial_assign.hpp> #include <boost/type_traits/has...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/allocate_shared_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,872
```c++ #ifndef BOOST_SMART_PTR_MAKE_LOCAL_SHARED_OBJECT_HPP_INCLUDED #define BOOST_SMART_PTR_MAKE_LOCAL_SHARED_OBJECT_HPP_INCLUDED // make_local_shared_object.hpp // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. #include <boost/smart_ptr/local_share...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/make_local_shared_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,208
```c++ #ifndef BOOST_SMART_PTR_MAKE_SHARED_OBJECT_HPP_INCLUDED #define BOOST_SMART_PTR_MAKE_SHARED_OBJECT_HPP_INCLUDED // make_shared_object.hpp // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. #include <boost/config.hpp> #include <boost/move/core.h...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/make_shared_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,515
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LOCAL_SP_DELETER_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LOCAL_SP_DELETER_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/local_sp_deleter.hpp // // // accompanying file LICENSE_1_0.txt...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/local_sp_deleter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
427
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_NT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_NT_HPP_INCLUDED // // boost/detail/atomic_count_nt.hpp // // Trivial atomic_count for the single-threaded case // // path_to_url // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url /...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_nt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
205
```c++ #ifndef BOOST_DETAIL_SP_COUNTED_BASE_GCC_MIPS_HPP_INCLUDED #define BOOST_DETAIL_SP_COUNTED_BASE_GCC_MIPS_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_gcc_mips.hpp - g++ on MIPS // // // accompanying...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,057
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CW_PPC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CW_PPC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_cw_ppc.hpp - CodeWarrior on Power...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
842
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_PT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_PT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_pt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
286
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LWM_NOP_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LWM_NOP_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/lwm_nop.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/lwm_nop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
135
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_HAS_SYNC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_HAS_SYNC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/smart_ptr/detail/sp_has_sync.hpp // // // See accompanying file LICENSE...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_has_sync.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
418
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_STD_ATOMIC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_STD_ATOMIC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_counted_base_std_atomic.hpp - C++11 std::...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
783
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_AIX_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_AIX_HPP_INCLUDED // // detail/sp_counted_base_aix.hpp // based on: detail/sp_counted_base_w32.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // // Lock-free algorithm...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_aix.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
782
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_GCC_ARM_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_GCC_ARM_HPP_INCLUDED // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/smart_ptr/detail/yield_k.hpp> #if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || defin...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_gcc_arm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
686
```c++ #ifndef BOOST_SMART_PTR_DETAIL_YIELD_K_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_YIELD_K_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // yield_k.hpp // // // void yield( unsigned k ); // // Typical use: // // for( unsign...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/yield_k.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
828
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SYNC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SYNC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_counted_base_sync.hpp - g++ 4.1+ __sync intrinsics //...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_sync.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
816
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_FORWARD_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_FORWARD_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_forward.hpp // // // See accompanying file LICENSE_1_0.txt or copy at //...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
268
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/lightweight_mutex.hpp - lightweight mutex // // // ac...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/lightweight_mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
309
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/spinlock.hpp // // // See accompanying file LICENSE_1_0.txt or copy at...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
477
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_NOEXCEPT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_NOEXCEPT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_noexcept.hpp // // // See accompanying file LICENSE_1_0.txt or copy at...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_noexcept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
281
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/atomic_count.hpp - thread/SMP safe reference counter // // // ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
719
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_X86_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_X86_HPP_INCLUDED // // boost/detail/atomic_count_gcc_x86.hpp // // atomic_count for g++ on 486+/AMD64 // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // namespace boost { n...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
370
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SOLARIS_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SOLARIS_HPP_INCLUDED // // detail/sp_counted_base_solaris.hpp // based on: detail/sp_counted_base_w32.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // // Lock-fr...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_solaris.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
640
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_X86_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_X86_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_gcc_x86.hpp - g++ on 486+ or AM...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,013
```c++ #ifndef BOOST_SMART_PTR_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_QUICK_ALLOCATOR_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/quick_allocator.hpp // // // accompanying file LICENSE_1_0.txt ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/quick_allocator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,141
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SHARED_COUNT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SHARED_COUNT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/shared_count.hpp // // // accompanying file LICENSE_1_0.txt or copy a...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/shared_count.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,733
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SOLARIS_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SOLARIS_HPP_INCLUDED // // boost/detail/atomic_count_solaris.hpp // based on: boost/detail/atomic_count_win32.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <ato...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_solaris.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
239
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_VACPP_PPC_HPP_INCLUDED // // detail/sp_counted_base_vacpp_ppc.hpp - xlC(vacpp) on POWER // based on: detail/sp_counted_base_w32.hpp // // // accompanying file LICENSE_1_0.txt or copy at // p...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
876
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_STD_ATOMIC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_STD_ATOMIC_HPP_INCLUDED // // boost/detail/atomic_count_std_atomic.hpp // // atomic_count for std::atomic // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <ato...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_std_atomic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
254
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SPIN_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SPIN_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_spin.hpp - spinlock pool atomic emula...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_spin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
704
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_PTHREADS_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_PTHREADS_HPP_INCLUDED // // boost/detail/atomic_count_pthreads.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/assert.hpp> #include <pthread.h> // // The ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_pt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
404
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_POOL_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_POOL_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/spinlock_pool.hpp // // // See accompanying file LICENSE_1_0...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_pool.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
719
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_NULLPTR_T_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_NULLPTR_T_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_nullptr_t.hpp // // // See accompanying file LICENSE_1_0.txt or copy...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_nullptr_t.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
225
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CLANG_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CLANG_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_counted_base_clang.hpp - __c11 clang intrinsics // ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_clang.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
874
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_PT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_PT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_pt.hpp // // // accompanying file LICENSE...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_pt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
850
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LWM_PTHREADS_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LWM_PTHREADS_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/lwm_pthreads.hpp // // // accompanying file LICENSE_1_0.txt or ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/lwm_pthreads.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
394
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_W32_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_W32_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_w32.hpp // // // accompanying file LIC...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_w32.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
746
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_CONVERTIBLE_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_CONVERTIBLE_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_convertible.hpp // // // See accompanying file LICENSE_1_0.txt o...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_convertible.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
559
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_SPARC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_SPARC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_counted_base_gcc_sparc.hpp - g++ on Sparc V...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
934
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_STD_ATOMIC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_STD_ATOMIC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // // See accompanying file LICENSE_1_0.txt or copy at // path_t...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_std_atomic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
324
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_IMPL_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_IMPL_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_impl.hpp // // // accompanying file LICENSE_1_0.txt ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,662
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_NT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_NT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_nt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
310
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SPIN_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SPIN_HPP_INCLUDED // // boost/detail/atomic_count_spin.hpp // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/smart_ptr/detail/spinlock_pool.hpp> namespace boos...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_spin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
247
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_W32_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_W32_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #inc...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_w32.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
451
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_GCC_HPP_INCLUDED // // boost/detail/atomic_count_gcc.hpp // // atomic_count for GNU libstdc++ v3 // // path_to_url // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #if __GNUC__ *...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_gcc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
317
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_WIN32_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_WIN32_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/atomic_count_win32.hpp // // // accompanying file L...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_win32.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
253
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LWM_WIN32_CS_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LWM_WIN32_CS_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/lwm_win32_cs.hpp // // // accompanying file LICENSE_1_0.txt or ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/lwm_win32_cs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
657
```c++ #ifndef BOOST_SMART_PTR_DETAIL_LOCAL_COUNTED_BASE_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_LOCAL_COUNTED_BASE_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/local_counted_base.hpp // // // accompanying file LICENSE_1...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/local_counted_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
736
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SNC_PS3_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_SNC_PS3_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // detail/sp_counted_base_gcc_sparc.hpp - g++ on Sparc V8+ //...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_snc_ps3.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
900
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_INTERLOCKED_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_INTERLOCKED_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/detail/sp_interlocked.hpp // // // See accompanying file LICENSE_...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_interlocked.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,525
```c++ #ifndef BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SYNC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_ATOMIC_COUNT_SYNC_HPP_INCLUDED // // boost/detail/atomic_count_sync.hpp // // atomic_count for g++ 4.1+ // // path_to_url // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #if defined( __ia64...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/atomic_count_sync.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
257
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_PPC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_PPC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_gcc_ppc.hpp - g++ on PowerPC //...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,039
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_NT_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_NT_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_nt.hpp // // // accompanying file LICENSE...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_nt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
522
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_IA64_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_GCC_IA64_HPP_INCLUDED // // detail/sp_counted_base_gcc_ia64.hpp - g++ on IA64 // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // // Lock-free algorithm by Alexander Ter...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,013
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CW_X86_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_CW_X86_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base_cw_x86.hpp - CodeWarrion on 486+ ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
828
```c++ // This header intentionally has no include guards. // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url #if !defined( BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS ) && !defined( BOOST_NO_CXX11_NULLPTR )\ && !(defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x5130)) expl...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/operator_bool.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
451
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_ACC_IA64_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_ACC_IA64_HPP_INCLUDED // // detail/sp_counted_base_acc_ia64.hpp - aC++ on HP-UX IA64 // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // // Lock-free algorithm by Alexan...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
852
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_SYNC_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SPINLOCK_SYNC_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #i...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/spinlock_sync.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
345
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // detail/sp_counted_base.hpp // // // accompanying file LICENSE_1_0.txt ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_counted_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
926
```c++ #ifndef BOOST_SMART_PTR_DETAIL_SP_DISABLE_DEPRECATED_HPP_INCLUDED #define BOOST_SMART_PTR_DETAIL_SP_DISABLE_DEPRECATED_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // boost/smart_ptr/detail/sp_disable_deprecated.hpp // // // ...
/content/code_sandbox/src/boost_1_66_0/boost/smart_ptr/detail/sp_disable_deprecated.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
226
```c++ // The Boost Sort library cumulative header. // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. #ifndef BOOST_SORT_HPP #define BOOST_SORT_HPP /* Cumulative include for the Boost Sort library */ #include <boost/sort/spreadsort/spreadsort....
/content/code_sandbox/src/boost_1_66_0/boost/sort/sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
77
```c++ // Templated generic hybrid sorting // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari float_mem_cast fix provided by: Scott McMurray */ #ifndef BOOST_SORT_SPREADSORT_HPP ...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/spreadsort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,512
```c++ //Templated Spreadsort-based implementation of integer_sort // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari Doxygen comments by Paul A. Bristow Jan 2015 */ #ifndef BO...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/integer_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,272
```c++ //Templated Spreadsort-based implementation of float_sort and float_mem_cast // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari float_mem_cast fix provided by: Scott McMurr...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/float_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
970
```c++ //Templated hybrid string_sort // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari */ #ifndef BOOST_STRING_SORT_HPP #define BOOST_STRING_SORT_HPP #include <algorithm> #incl...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/string_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,684
```c++ // Details for templated Spreadsort-based integer_sort. // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari */ #ifndef BOOST_SORT_SPREADSORT_DETAIL_INTEGER_SORT_HPP #define...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/detail/integer_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,880
```c++ //constant definitions for the Boost Sort library // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. #ifndef BOOST_SORT_SPREADSORT_DETAIL_CONSTANTS #define BOOST_SORT_SPREADSORT_DETAIL_CONSTANTS namespace boost { namespace sort { namespace...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/detail/constants.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
396
```c++ // Details for a templated general-case hybrid-radix string_sort. // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari */ #ifndef BOOST_SORT_SPREADSORT_DETAIL_SPREAD_SORT_HP...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/detail/string_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,007
```c++ // Contains get_min_count, the core optimization of the spreadsort algorithm. // Also has other helper functions commonly useful across variants. // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil En...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/detail/spreadsort_common.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,102
```c++ // Details for templated Spreadsort-based float_sort. // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // See path_to_url for library home page. /* Some improvements suggested by: Phil Endecott and Frank Gennari float_mem_cast fix provided by: Scott McMurray */ #ifndef BOOST_SO...
/content/code_sandbox/src/boost_1_66_0/boost/sort/spreadsort/detail/float_sort.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,157
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_STL_TYPE_INDEX_HPP #define BOOST_TYPE_INDEX_STL_TYPE_INDEX_HPP /// \file stl_type_index.hpp /// \brief Contains boost::typeindex::stl_type_index class. /// /// boost::typeindex::stl_type_index class can be used as a drop-in rep...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/stl_type_index.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,301
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_CTTI_TYPE_INDEX_HPP #define BOOST_TYPE_INDEX_CTTI_TYPE_INDEX_HPP /// \file ctti_type_index.hpp /// \brief Contains boost::typeindex::ctti_type_index class that is constexpr if C++14 constexpr is supported by compiler. /// /// b...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/ctti_type_index.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,943
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_HPP /// \file runtime_cast.hpp /// \brief Contains the basic utilities necessary to fully emulate /// dynamic_cast for language level constructs (raw pointers and reference...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
162
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_STL_REGISTER_CLASS_HPP #define BOOST_TYPE_INDEX_STL_REGISTER_CLASS_HPP /// \file stl_register_class.hpp /// \brief Contains BOOST_TYPE_INDEX_REGISTER_CLASS macro implementation that uses boost::typeindex::stl_type_index. /// No...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/detail/stl_register_class.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
249
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_CTTI_REGISTER_CLASS_HPP #define BOOST_TYPE_INDEX_CTTI_REGISTER_CLASS_HPP /// \file ctti_register_class.hpp /// \brief Contains BOOST_TYPE_INDEX_REGISTER_CLASS macro implementation that uses boost::typeindex::ctti_type_index. //...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/detail/ctti_register_class.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
247
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_TYPE_INDEX_FACADE_HPP #define BOOST_TYPE_INDEX_TYPE_INDEX_FACADE_HPP #include <boost/config.hpp> #include <string> #include <cstring> #if !defined(BOOST_NO_IOSTREAM) #if !defined(BOOST_NO_IOSFWD) #include <iosfwd> ...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/type_index_facade.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,822
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_STD_SHARED_PTR_CAST_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_STD_SHARED_PTR_CAST_HPP /// \file std_shared_ptr_cast.hpp /// \brief Contains the overload of boost::typeindex::runtime_pointer_cast for /// std::shared...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/std_shared_ptr_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
367
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_POINTER_CAST_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_POINTER_CAST_HPP /// \file pointer_class.hpp /// \brief Contains the function overloads of boost::typeindex::runtime_cast for /// pointer types. #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/pointer_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
736
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_REGISTER_RUNTIME_CLASS_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_REGISTER_RUNTIME_CLASS_HPP /// \file register_runtime_class.hpp /// \brief Contains the macros BOOST_TYPE_INDEX_IMPLEMENT_RUNTIME_CAST and /// BOOST_...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/register_runtime_class.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,083
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_REFERENCE_CAST_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_REFERENCE_CAST_HPP /// \file reference_cast.hpp /// \brief Contains the overload of boost::typeindex::runtime_cast for /// reference types. #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/reference_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
594
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_BOOST_SHARED_PTR_CAST_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_BOOST_SHARED_PTR_CAST_HPP /// \file boost_shared_ptr_cast.hpp /// \brief Contains the overload of boost::typeindex::runtime_pointer_cast for /// boost...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/boost_shared_ptr_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
376
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_RUNTIME_CAST_DETAIL_RUNTIME_CAST_IMPL_HPP #define BOOST_TYPE_INDEX_RUNTIME_CAST_DETAIL_RUNTIME_CAST_IMPL_HPP /// \file runtime_cast_impl.hpp /// \brief Contains the overload of boost::typeindex::runtime_cast for /// pointer typ...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/runtime_cast/detail/runtime_cast_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
360
```c++ // // // // file LICENSE_1_0.txt or copy at path_to_url // #ifndef BOOST_TYPE_INDEX_DETAIL_COMPILE_TIME_TYPE_INFO_HPP #define BOOST_TYPE_INDEX_DETAIL_COMPILE_TIME_TYPE_INFO_HPP /// \file compile_time_type_info.hpp /// \brief Contains helper macros and implementation details of boost::typeindex::ctti_type_index...
/content/code_sandbox/src/boost_1_66_0/boost/type_index/detail/compile_time_type_info.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,100
```c++ /*! @file Defines the `BOOST_HANA_DEFINE_STRUCT` macro. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_DEFINE_STRUCT_HPP #define BOOST_HANA_DEFINE_STRUCT_HPP #include <boost/hana/fwd/define_struct.hpp> #include <boost/hana/detail/struct_macro...
/content/code_sandbox/src/boost_1_66_0/boost/hana/define_struct.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
91
```c++ /*! @file Defines `boost::hana::is_subset`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_IS_SUBSET_HPP #define BOOST_HANA_IS_SUBSET_HPP #include <boost/hana/fwd/is_subset.hpp> #include <boost/hana/all_of.hpp> #include <boost/hana/concept/se...
/content/code_sandbox/src/boost_1_66_0/boost/hana/is_subset.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
758
```c++ /*! @file Defines `boost::hana::product`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_PRODUCT_HPP #define BOOST_HANA_PRODUCT_HPP #include <boost/hana/fwd/product.hpp> #include <boost/hana/concept/foldable.hpp> #include <boost/hana/concept/...
/content/code_sandbox/src/boost_1_66_0/boost/hana/product.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
428
```c++ /*! @file Defines `boost::hana::keys`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_KEYS_HPP #define BOOST_HANA_KEYS_HPP #include <boost/hana/fwd/keys.hpp> #include <boost/hana/accessors.hpp> #include <boost/hana/concept/struct.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/hana/keys.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
303
```c++ /*! @file Defines `boost::hana::less`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_LESS_HPP #define BOOST_HANA_LESS_HPP #include <boost/hana/fwd/less.hpp> #include <boost/hana/and.hpp> #include <boost/hana/bool.hpp> #include <boost/hana/co...
/content/code_sandbox/src/boost_1_66_0/boost/hana/less.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,218
```c++ /*! @file Defines `boost::hana::min`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_MIN_HPP #define BOOST_HANA_MIN_HPP #include <boost/hana/fwd/min.hpp> #include <boost/hana/concept/orderable.hpp> #include <boost/hana/config.hpp> #include <b...
/content/code_sandbox/src/boost_1_66_0/boost/hana/min.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
444
```c++ /*! @file Defines `boost::hana::cartesian_product`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_CARTESIAN_PRODUCT_HPP #define BOOST_HANA_CARTESIAN_PRODUCT_HPP #include <boost/hana/fwd/cartesian_product.hpp> #include <boost/hana/at.hpp> #in...
/content/code_sandbox/src/boost_1_66_0/boost/hana/cartesian_product.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
848
```c++ /*! @file Defines `boost::hana::unpack`. @copyright Louis Dionne 2013-2017 (See accompanying file LICENSE.md or copy at path_to_url */ #ifndef BOOST_HANA_UNPACK_HPP #define BOOST_HANA_UNPACK_HPP #include <boost/hana/fwd/unpack.hpp> #include <boost/hana/accessors.hpp> #include <boost/hana/at.hpp> #include <b...
/content/code_sandbox/src/boost_1_66_0/boost/hana/unpack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,168