text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #ifndef BOOST_TT_DETAIL_ICE_OR_HPP_INCLUDED #define BOOST_TT_DETAIL_ICE_OR_HPP_INCLUDED #include <boost/config.hpp> // // This header is deprecated and no ...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/ice_or.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
269
```c++ #ifndef BOOST_TYPE_TRAITS_DETAIL_COMPOSITE_POINTER_TYPE_HPP_INCLUDED #define BOOST_TYPE_TRAITS_DETAIL_COMPOSITE_POINTER_TYPE_HPP_INCLUDED // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/type_traits/copy_cv.hpp> #include <boost/type_traits/remove_cv.hpp> #include <b...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/composite_pointer_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
865
```c++ // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #ifndef BOOST_TT_DETAIL_ICE_NOT_HPP_INCLUDED #define BOOST_TT_DETAIL_ICE_NOT_HPP_INCLUDED #include <boost/config.hpp> // // This header is deprecated and n...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/ice_not.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
188
```c++ // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #ifndef BOOST_TT_DETAIL_ICE_EQ_HPP_INCLUDED #define BOOST_TT_DETAIL_ICE_EQ_HPP_INCLUDED #include <boost/config.hpp> // // This header is deprecated and no ...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/ice_eq.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
262
```c++ // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #ifndef BOOST_TT_DETAIL_ICE_AND_HPP_INCLUDED #define BOOST_TT_DETAIL_ICE_AND_HPP_INCLUDED #include <boost/config.hpp> // // This header is deprecated an...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/ice_and.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
270
```c++ // Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #if !defined(BOOST_PP_IS_ITERATING) ///// header body #ifndef BOOST_TT_DETAIL_IS_FUNCTION_PTR_...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/is_function_ptr_tester.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
14,588
```c++ // Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #if !defined(BOOST_PP_IS_ITERATING) ///// header body #ifndef BOOST_TT_DETAIL_IS_MEM_FUN_POINT...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
26,202
```c++ #ifndef BOOST_TYPE_TRAITS_DETAIL_COMMON_ARITHMETIC_TYPE_HPP_INCLUDED #define BOOST_TYPE_TRAITS_DETAIL_COMMON_ARITHMETIC_TYPE_HPP_INCLUDED // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/config.hpp> namespace boost { namespace type_traits_detail { template<int I>...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/common_arithmetic_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,275
```c++ // boost/timer/config.hpp -----------------------------------------------------------// // See path_to_url // See path_to_url for documentation. #ifndef BOOST_TIMER_CONFIG_HPP #define BOOST_TIMER_CONFIG_HPP #include <boost/config.hpp> #include <boost/system/api_config.hpp> // This header implements s...
/content/code_sandbox/src/boost_1_66_0/boost/timer/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
301
```c++ // boost/timer/timer.hpp -------------------------------------------------------------// // See path_to_url #ifndef BOOST_TIMER_TIMER_HPP #define BOOST_TIMER_TIMER_HPP #include <boost/config/warning_disable.hpp> #include <boost/timer/config.hpp> //#include <boost/chrono/chrono.hpp> #inc...
/content/code_sandbox/src/boost_1_66_0/boost/timer/timer.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
975
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_ALLOC_HPP #define BOOST_ALIGN_ALIGNED_ALLOC_HPP #include <boost/config.hpp> #if defined(BOOST_HAS_UNISTD_H) #include <unistd.h> #endif #if defined(__APPLE__) || defined(__APPLE_CC__) || defined(macintosh) #include <AvailabilityMacros.h> #end...
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_alloc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
333
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_ALLOCATOR_HPP #define BOOST_ALIGN_ALIGNED_ALLOCATOR_HPP #include <boost/align/detail/addressof.hpp> #include <boost/align/detail/is_alignment_constant.hpp> #include <boost/align/detail/max_objects.hpp> #include <boost/align/detail/max_size.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_allocator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
910
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGN_UP_HPP #define BOOST_ALIGN_ALIGN_UP_HPP #include <boost/align/detail/align_up.hpp> namespace boost { namespace alignment { BOOST_CONSTEXPR inline std::size_t align_up(std::size_t value, std::size_t alignment) BOOST_NOEXCEPT { return (value...
/content/code_sandbox/src/boost_1_66_0/boost/align/align_up.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_ALIGN_ALIGNMENT_OF_HPP #define BOOST_ALIGN_ALIGNMENT_OF_HPP #include <boost/align/detail/element_type.hpp> #include <boost/align/alignment_of_forward.hpp> #if defined(BOOST_MSVC) #include <boost/align/detail/alignment_of_msvc.hpp> #elif defined(__GNUC__) &...
/content/code_sandbox/src/boost_1_66_0/boost/align/alignment_of.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
368
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_ALLOCATOR_ADAPTOR_HPP #define BOOST_ALIGN_ALIGNED_ALLOCATOR_ADAPTOR_HPP #include <boost/align/detail/is_alignment_constant.hpp> #include <boost/align/detail/max_align.hpp> #include <boost/align/detail/max_size.hpp> #include <boost/align/align....
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_allocator_adaptor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,169
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGN_HPP #define BOOST_ALIGN_ALIGN_HPP #include <boost/config.hpp> #if !defined(BOOST_NO_CXX11_STD_ALIGN) #include <boost/align/detail/align_cxx11.hpp> #else #include <boost/align/detail/align.hpp> #endif #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/align.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
74
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP #define BOOST_ALIGN_ALIGNMENT_OF_FORWARD_HPP namespace boost { namespace alignment { template<class T> struct alignment_of; } /* alignment */ } /* boost */ #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/alignment_of_forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
55
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP #define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP namespace boost { namespace alignment { struct aligned_delete; } /* alignment */ } /* boost */ #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_delete_forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
53
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_IS_ALIGNED_HPP #define BOOST_ALIGN_IS_ALIGNED_HPP #include <boost/align/detail/is_aligned.hpp> namespace boost { namespace alignment { BOOST_CONSTEXPR inline bool is_aligned(std::size_t value, std::size_t alignment) BOOST_NOEXCEPT { return (val...
/content/code_sandbox/src/boost_1_66_0/boost/align/is_aligned.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
99
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGN_DOWN_HPP #define BOOST_ALIGN_ALIGN_DOWN_HPP #include <boost/align/detail/align_down.hpp> namespace boost { namespace alignment { BOOST_CONSTEXPR inline std::size_t align_down(std::size_t value, std::size_t alignment) BOOST_NOEXCEPT { retur...
/content/code_sandbox/src/boost_1_66_0/boost/align/align_down.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_ALLOCATOR_FORWARD_HPP #define BOOST_ALIGN_ALIGNED_ALLOCATOR_FORWARD_HPP #include <cstddef> namespace boost { namespace alignment { template<class T, std::size_t Alignment = 1> class aligned_allocator; } /* alignment */ } /* boost */ #endif...
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_allocator_forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
73
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_ALLOCATOR_ADAPTOR_FORWARD_HPP #define BOOST_ALIGN_ALIGNED_ALLOCATOR_ADAPTOR_FORWARD_HPP #include <cstddef> namespace boost { namespace alignment { template<class Allocator, std::size_t Alignment = 1> class aligned_allocator_adaptor; } /* al...
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_allocator_adaptor_forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
81
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ALIGNED_DELETE_HPP #define BOOST_ALIGN_ALIGNED_DELETE_HPP #include <boost/align/aligned_alloc.hpp> #include <boost/align/aligned_delete_forward.hpp> namespace boost { namespace alignment { struct aligned_delete { template<class T> void opera...
/content/code_sandbox/src/boost_1_66_0/boost/align/aligned_delete.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
131
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_ASSUME_ALIGNED_HPP #define BOOST_ALIGN_ASSUME_ALIGNED_HPP #include <boost/config.hpp> #if defined(BOOST_MSVC) #include <boost/align/detail/assume_aligned_msvc.hpp> #elif defined(BOOST_CLANG) && defined(__has_builtin) #include <boost/align/detail/ass...
/content/code_sandbox/src/boost_1_66_0/boost/align/assume_aligned.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
143
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ELEMENT_TYPE_HPP #define BOOST_ALIGN_DETAIL_ELEMENT_TYPE_HPP #include <boost/config.hpp> #if !defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS) #include <type_traits> #else #include <cstddef> #endif namespace boost { namespace alignment { namespace det...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/element_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
363
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_INTEL_HPP #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_INTEL_HPP #define BOOST_ALIGN_ASSUME_ALIGNED(ptr, alignment) \ __assume_aligned((ptr), (alignment)) #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/assume_aligned_intel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
59
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/align/align.hpp> #include <boost/align/alignment_of.hpp> #include <boost/assert.hpp> #include <cstdlib> namespace boo...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
280
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ADDRESSOF_HPP #define BOOST_ALIGN_DETAIL_ADDRESSOF_HPP #include <boost/config.hpp> #if !defined(BOOST_NO_CXX11_ADDRESSOF) #include <memory> #else #include <boost/core/addressof.hpp> #endif namespace boost { namespace alignment { namespace det...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/addressof.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
116
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CODEGEAR_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CODEGEAR_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<class T> struct alignmen...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of_codegear.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
99
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGN_UP_HPP #define BOOST_ALIGN_DETAIL_ALIGN_UP_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> namespace boost { namespace alignment { inline void* align_up(void* ptr, std::size_t alignment) BOOST_NOEXCEPT { ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/align_up.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
126
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_IS_ALIGNMENT_HPP #define BOOST_ALIGN_DETAIL_IS_ALIGNMENT_HPP #include <boost/config.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { BOOST_CONSTEXPR inline bool is_alignment(std::size_t value) BOOST_NOEXCEPT ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/is_alignment.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_MAX_SIZE_HPP #define BOOST_ALIGN_DETAIL_MAX_SIZE_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<std::size_t A, std::size_t B> struct max_size ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/max_size.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CXX11_HPP #include <type_traits> namespace boost { namespace alignment { namespace detail { using std::alignment_of; } /* detail */ } /* alignment */ } /* boost */ #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of_cxx11.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
71
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_SUNOS_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_SUNOS_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> #include <stdlib.h> namespace boost { namespace alignment { inline void* aligned_alloc(std::...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc_sunos.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
141
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_HPP #include <boost/align/detail/min_size.hpp> namespace boost { namespace alignment { namespace detail { template<class T> struct offset_value { char value; T object; }; templ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_MACOS_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_MACOS_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> #include <stdlib.h> namespace boost { namespace alignment { inline void* aligned_alloc(std::...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc_macos.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
197
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_ANDROID_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_ANDROID_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> #include <malloc.h> namespace boost { namespace alignment { inline void* aligned_alloc(s...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc_android.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
137
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_MSVC_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_MSVC_HPP #include <boost/align/detail/min_size.hpp> namespace boost { namespace alignment { namespace detail { template<class T> struct offset_value { T first; char value; ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of_msvc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
121
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_MSVC_HPP #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_MSVC_HPP #include <cstddef> #define BOOST_ALIGN_ASSUME_ALIGNED(ptr, alignment) \ __assume((reinterpret_cast<std::size_t>(ptr) & ((alignment) - 1)) == 0) #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/assume_aligned_msvc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
79
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_MIN_SIZE_HPP #define BOOST_ALIGN_DETAIL_MIN_SIZE_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<std::size_t A, std::size_t B> struct min_size ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/min_size.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGN_HPP #define BOOST_ALIGN_DETAIL_ALIGN_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> namespace boost { namespace alignment { inline void* align(std::size_t alignment, std::size_t size, void*& ptr, std:...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/align.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
192
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_INTEGRAL_CONSTANT_HPP #define BOOST_ALIGN_DETAIL_INTEGRAL_CONSTANT_HPP #include <boost/config.hpp> #if !defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS) #include <type_traits> #endif namespace boost { namespace alignment { namespace detail { #if !def...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/integral_constant.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
205
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_MAX_OBJECTS_HPP #define BOOST_ALIGN_DETAIL_MAX_OBJECTS_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<class T> struct max_objects : integral_c...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/max_objects.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
106
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_IS_ALIGNED_HPP #define BOOST_ALIGN_DETAIL_IS_ALIGNED_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> namespace boost { namespace alignment { inline bool is_aligned(const void* ptr, std::size_t alignment) BOOST_N...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/is_aligned.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
177
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_MAX_ALIGN_HPP #define BOOST_ALIGN_DETAIL_MAX_ALIGN_HPP #include <boost/align/detail/max_size.hpp> #include <boost/align/alignment_of.hpp> namespace boost { namespace alignment { namespace detail { template<class A, class B> struct max_align ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/max_align.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
104
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_MSVC_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_MSVC_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> #include <malloc.h> namespace boost { namespace alignment { inline void* aligned_alloc(std::si...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc_msvc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
141
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_GCC_HPP #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_GCC_HPP #define BOOST_ALIGN_ASSUME_ALIGNED(p, n) \ (p) = static_cast<__typeof__(p)>(__builtin_assume_aligned((p), (n))) #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/assume_aligned_gcc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
73
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_POSIX_HPP #define BOOST_ALIGN_DETAIL_ALIGNED_ALLOC_POSIX_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> #include <stdlib.h> namespace boost { namespace alignment { inline void* aligned_alloc(std::...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/aligned_alloc_posix.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
181
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGN_CXX11_HPP #define BOOST_ALIGN_DETAIL_ALIGN_CXX11_HPP #include <memory> namespace boost { namespace alignment { using std::align; } /* alignment */ } /* boost */ #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/align_cxx11.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
60
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CLANG_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_CLANG_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<class T> struct alignment_of ...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of_clang.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
98
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGNMENT_OF_GCC_HPP #define BOOST_ALIGN_DETAIL_ALIGNMENT_OF_GCC_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<class T> struct alignment_of :...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/alignment_of_gcc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
99
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ALIGN_DOWN_HPP #define BOOST_ALIGN_DETAIL_ALIGN_DOWN_HPP #include <boost/align/detail/is_alignment.hpp> #include <boost/assert.hpp> namespace boost { namespace alignment { inline void* align_down(void* ptr, std::size_t alignment) BOOST_NOEXCE...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/align_down.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
119
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_CLANG_HPP #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_CLANG_HPP #if __has_builtin(__builtin_assume_aligned) #define BOOST_ALIGN_ASSUME_ALIGNED(p, n) \ (p) = static_cast<__typeof__(p)>(__builtin_assume_aligned((p), (n))) #else #defi...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/assume_aligned_clang.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
97
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_IS_ALIGNMENT_CONSTANT_HPP #define BOOST_ALIGN_DETAIL_IS_ALIGNMENT_CONSTANT_HPP #include <boost/align/detail/integral_constant.hpp> #include <cstddef> namespace boost { namespace alignment { namespace detail { template<std::size_t N> struct is...
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/is_alignment_constant.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
112
```c++ /* (glenjofe@gmail.com) (path_to_url */ #ifndef BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_HPP #define BOOST_ALIGN_DETAIL_ASSUME_ALIGNED_HPP #define BOOST_ALIGN_ASSUME_ALIGNED(ptr, alignment) #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/align/detail/assume_aligned.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
45
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_RGB_H #define GIL_RGB_H ///////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/rgb.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
437
```c++ // Aleksey Gurtovoy, Howard Hinnant & John Maddock 2000. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for most recent version including documentation. #if !defined(BOOST_PP_IS_ITERATING) ///// header body #ifndef BOOST_TT_DETAIL_IS_MEM_FUN_POINT...
/content/code_sandbox/src/boost_1_66_0/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
60,814
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_CHANNEL_HPP #define GIL_CHANNEL_HPP ...
/content/code_sandbox/src/boost_1_66_0/boost/gil/channel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,721
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_IMAGE_VIEW_H #define GIL_IMAGE_VIEW_H...
/content/code_sandbox/src/boost_1_66_0/boost/gil/image_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,307
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_ALGORITHM_HPP #define GIL_ALGORITHM...
/content/code_sandbox/src/boost_1_66_0/boost/gil/algorithm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
9,753
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PIXEL_ITERATOR_H #define GIL_PIXEL_I...
/content/code_sandbox/src/boost_1_66_0/boost/gil/pixel_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,178
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_ALL_HPP #define GIL_ALL_HPP ///////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/gil_all.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
246
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_ITERATOR_FROM_2D_H #define GIL_ITERAT...
/content/code_sandbox/src/boost_1_66_0/boost/gil/iterator_from_2d.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,595
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PIXEL_H #define GIL_PIXEL_H ////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/pixel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,358
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DEVICE_N_H #define GIL_DEVICE_N_H /...
/content/code_sandbox/src/boost_1_66_0/boost/gil/device_n.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,184
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_RGBA_H #define GIL_RGBA_H //////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/rgba.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
476
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_VIRTUAL_LOCATOR_HPP #define GIL_VIRT...
/content/code_sandbox/src/boost_1_66_0/boost/gil/virtual_locator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,528
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_CONFIG_HPP #define GIL_CONFIG_HPP /...
/content/code_sandbox/src/boost_1_66_0/boost/gil/gil_config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
279
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_CHANNEL_ALGORITHM_HPP #define GIL_CHA...
/content/code_sandbox/src/boost_1_66_0/boost/gil/channel_algorithm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,846
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PLANAR_PTR_H #define GIL_PLANAR_PTR_...
/content/code_sandbox/src/boost_1_66_0/boost/gil/planar_pixel_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,380
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PIXEL_ITERATOR_ADAPTOR_H #define GIL...
/content/code_sandbox/src/boost_1_66_0/boost/gil/pixel_iterator_adaptor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,079
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_IMAGE_H #define GIL_IMAGE_H ////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/image.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,925
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_COLOR_BASE_ALGORITHM_HPP #define GIL...
/content/code_sandbox/src/boost_1_66_0/boost/gil/color_base_algorithm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,885
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_BIT_ALIGNED_PIXEL_REFERENCE_HPP #def...
/content/code_sandbox/src/boost_1_66_0/boost/gil/bit_aligned_pixel_reference.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,382
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_STEP_ITERATOR_H #define GIL_STEP_ITE...
/content/code_sandbox/src/boost_1_66_0/boost/gil/step_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,073
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PLANAR_REF_H #define GIL_PLANAR_REF_...
/content/code_sandbox/src/boost_1_66_0/boost/gil/planar_pixel_reference.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,184
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_CMYK_H #define GIL_CMYK_H /////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/cmyk.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
427
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_METAFUNCTIONS_HPP #define GIL_METAFU...
/content/code_sandbox/src/boost_1_66_0/boost/gil/metafunctions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,911
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_COLOR_BASE_HPP #define GIL_COLOR_BAS...
/content/code_sandbox/src/boost_1_66_0/boost/gil/color_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,233
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DEPRECATED_HPP #define GIL_DEPRECATE...
/content/code_sandbox/src/boost_1_66_0/boost/gil/deprecated.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
594
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_GRAY_H #define GIL_GRAY_H /////////...
/content/code_sandbox/src/boost_1_66_0/boost/gil/gray.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
229
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_TYPEDEFS_H #define GIL_TYPEDEFS_H /...
/content/code_sandbox/src/boost_1_66_0/boost/gil/typedefs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,066
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_UTILITIES_H #define GIL_UTILITIES_H ...
/content/code_sandbox/src/boost_1_66_0/boost/gil/utilities.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,257
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_BIT_ALIGNED_PIXEL_ITERATOR_HPP #defi...
/content/code_sandbox/src/boost_1_66_0/boost/gil/bit_aligned_pixel_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,913
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_LOCATOR_H #define GIL_LOCATOR_H //...
/content/code_sandbox/src/boost_1_66_0/boost/gil/locator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,471
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_POSITION_ITERATOR_HPP #define GIL_PO...
/content/code_sandbox/src/boost_1_66_0/boost/gil/position_iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,193
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PACKED_PIXEL_H #define GIL_PACKED_PI...
/content/code_sandbox/src/boost_1_66_0/boost/gil/packed_pixel.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,210
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_COLOR_CONVERT_HPP #define GIL_COLOR_C...
/content/code_sandbox/src/boost_1_66_0/boost/gil/color_convert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,140
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_IMAGE_VIEW_FACTORY_HPP #define GIL_I...
/content/code_sandbox/src/boost_1_66_0/boost/gil/image_view_factory.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,564
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_ANY_IMAGEVIEW_HPP #defi...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/any_image_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,061
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_ALGORITHM_HPP #define GI...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/algorithm.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,708
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMIC_AT_C_HPP #define GIL_DYNAMIC...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/dynamic_at_c.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,203
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_APPLY_OPERATION_HPP #define GIL_APPL...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/apply_operation.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
449
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_APPLY_OPERATION_BASE_HPP #define GIL...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/apply_operation_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,996
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_ALL_HPP #define GIL_DYN...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/dynamic_image_all.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
170
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_ANY_IMAGE_HPP #define GI...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/any_image.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,279
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_VARIANT_HPP #define GIL...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/variant.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,073
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_CONCEPT_H #define GIL_CONCEPT_H ///...
/content/code_sandbox/src/boost_1_66_0/boost/gil/gil_concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
17,719
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_DYNAMICIMAGE_IMAGE_VIEWS_HPP #define...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/dynamic_image/image_view_factory.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,820
```c++ /* Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at path_to_url See path_to_url for most recent version including documentation. */ /*************************************************************************************************/ #ifndef GIL_PNG_IO_PRIVATE_H #define GIL_PNG_IO_P...
/content/code_sandbox/src/boost_1_66_0/boost/gil/extension/io/png_io_private.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,407