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++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_COROUTINE_HPP #define BOOST_COROUTINES2_DETAIL_COROUTINE_HPP #include <boost/config.hpp> #include <boost/context/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI_PREFIX #endif ...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/coroutine.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
258
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_DISABLE_OVERLOAD_H #define BOOST_COROUTINES2_DETAIL_DISABLE_OVERLOAD_H #include <type_traits> #include <boost/config.hpp> #include <boost/context/detail/disable_overload.hpp> #include <boost/coro...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/disable_overload.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
161
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PULL_CONTROL_BLOCK_IPP #define BOOST_COROUTINES2_DETAIL_PULL_CONTROL_BLOCK_IPP #include <algorithm> #include <exception> #include <memory> #include <tuple> #include <boost/assert.hpp> #include <bo...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/pull_control_block_cc.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,123
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PUSH_CONTROL_BLOCK_IPP #define BOOST_COROUTINES2_DETAIL_PUSH_CONTROL_BLOCK_IPP #include <algorithm> #include <exception> #include <memory> #include <boost/assert.hpp> #include <boost/config.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/push_control_block_cc.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,829
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINE2_DETAIL_WRAP_H #define BOOST_COROUTINE2_DETAIL_WRAP_H #include <type_traits> #include <boost/config.hpp> #include <boost/context/detail/invoke.hpp> #include <boost/context/continuation.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/wrap.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
396
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_FRAME_HPP #define BOOST_STACKTRACE_FRAME_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <iosfwd> #include <string> #include <boost/core/explicit_operator_bool.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/frame.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
635
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PULL_COROUTINE_IPP #define BOOST_COROUTINES2_DETAIL_PULL_COROUTINE_IPP #include <algorithm> #include <utility> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine2/d...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/pull_coroutine.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,320
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_SAFE_DUMP_TO_HPP #define BOOST_STACKTRACE_SAFE_DUMP_TO_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/detail/winapi/config.hpp> #include <boost/stacktrace/detail/push...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/safe_dump_to.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,142
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_STACKTRACE_FWD_HPP #define BOOST_STACKTRACE_STACKTRACE_FWD_HPP #include <cstddef> #include <memory> /// @file stacktrace_fwd.hpp This header contains only forward declarations of /// boost::stacktrace::frame, boost::sta...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/stacktrace_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
159
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_SAFE_DUMP_POSIX_IPP #define BOOST_STACKTRACE_DETAIL_SAFE_DUMP_POSIX_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> #include <unis...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/safe_dump_posix.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
447
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_TO_HEX_ARRAY_HPP #define BOOST_STACKTRACE_DETAIL_TO_HEX_ARRAY_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/array.hpp> #include <boost/static_assert.hpp> #inc...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/to_hex_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
396
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_STACKTRACE_HPP #define BOOST_STACKTRACE_STACKTRACE_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/core/explicit_operator_bool.hpp> #include <iosfwd> #include <string...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/stacktrace.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,786
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_SAFE_DUMP_WIN_IPP #define BOOST_STACKTRACE_DETAIL_SAFE_DUMP_WIN_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> #include <boost/co...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/safe_dump_win.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
441
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_COLLECT_NOOP_IPP #define BOOST_STACKTRACE_DETAIL_COLLECT_NOOP_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> namespace boost { na...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/collect_noop.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
155
```objective-c // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // No include guards! Intentionally. // Link or header only #if !defined(BOOST_STACKTRACE_LINK) && defined(BOOST_STACKTRACE_DYN_LINK) # define BOOST_STACKTRACE_LINK #endif #if defined(BOOST_STACKTRACE_LINK) && !defined(BOOST_STACKTRAC...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/push_options.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
204
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_COLLECT_UNWIND_IPP #define BOOST_STACKTRACE_DETAIL_COLLECT_UNWIND_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> #include <unwind...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/collect_unwind.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
574
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_COLLECT_MSVC_IPP #define BOOST_STACKTRACE_DETAIL_COLLECT_MSVC_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> #include <boost/deta...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/collect_msvc.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
228
```c++ // // (See accompanying file LICENSE_1_0.txt // or copy at path_to_url #ifndef BOOST_STACKTRACE_DETAIL_VOID_PTR_CAST_HPP #define BOOST_STACKTRACE_DETAIL_VOID_PTR_CAST_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/static_assert.hpp> #include <boost/type_tra...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/void_ptr_cast.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
276
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_ADDR2LINE_IMPLS_HPP #define BOOST_STACKTRACE_DETAIL_ADDR2LINE_IMPLS_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/detail/to_hex_array.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/addr2line_impls.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,468
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_UNWIND_BASE_IMPLS_HPP #define BOOST_STACKTRACE_DETAIL_UNWIND_BASE_IMPLS_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/frame.hpp> namespace boost {...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/unwind_base_impls.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
256
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_FRAME_NOOP_IPP #define BOOST_STACKTRACE_DETAIL_FRAME_NOOP_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/frame.hpp> namespace boost { namespace sta...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/frame_noop.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
201
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_LIBBACKTRACE_IMPLS_HPP #define BOOST_STACKTRACE_DETAIL_LIBBACKTRACE_IMPLS_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/detail/to_hex_array.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/libbacktrace_impls.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,262
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_FRAME_MSVC_IPP #define BOOST_STACKTRACE_DETAIL_FRAME_MSVC_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/frame.hpp> #include <boost/core/demangle.h...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/frame_msvc.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,794
```objective-c // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // No include guards! Intentionally. #ifdef BOOST_STACKTRACE_FUNCTION # undef BOOST_STACKTRACE_FUNCTION #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/pop_options.h
objective-c
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
45
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_SAFE_DUMP_NOOP_IPP #define BOOST_STACKTRACE_DETAIL_SAFE_DUMP_NOOP_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/safe_dump_to.hpp> namespace boost ...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/safe_dump_noop.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
233
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_FRAME_UNWIND_IPP #define BOOST_STACKTRACE_DETAIL_FRAME_UNWIND_IPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <boost/stacktrace/frame.hpp> #include <boost/stacktrace/...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/frame_unwind.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
638
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_FRAME_DECL_HPP #define BOOST_STACKTRACE_DETAIL_FRAME_DECL_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #include <iosfwd> #include <string> #include <boost/core/explicit_ope...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/frame_decl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,177
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_STACKTRACE_DETAIL_LOCATION_FROM_SYMBOL_HPP #define BOOST_STACKTRACE_DETAIL_LOCATION_FROM_SYMBOL_HPP #include <boost/config.hpp> #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #if !defined(BOOST_WINDOWS) && !defined(__CYGWIN__...
/content/code_sandbox/src/boost_1_66_0/boost/stacktrace/detail/location_from_symbol.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
654
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POOLFWD_HPP #define BOOST_POOLFWD_HPP /*! \file \brief Forward declarations of all public (non-implemention) classes. */ #include <boost/config.hpp> // f...
/content/code_sandbox/src/boost_1_66_0/boost/pool/poolfwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
416
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_OBJECT_POOL_HPP #define BOOST_OBJECT_POOL_HPP /*! \file \brief Provides a template type boost::object_pool<T, UserAllocator> that can be used for fast and effi...
/content/code_sandbox/src/boost_1_66_0/boost/pool/object_pool.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,491
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_SIMPLE_SEGREGATED_STORAGE_HPP #define BOOST_SIMPLE_SEGREGATED_STORAGE_HPP /*! \file \brief Simple Segregated Storage. \details A simple segregated storag...
/content/code_sandbox/src/boost_1_66_0/boost/pool/simple_segregated_storage.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,168
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_SINGLETON_POOL_HPP #define BOOST_SINGLETON_POOL_HPP /*! \file \brief The <tt>singleton_pool</tt> class allows other pool interfaces for types of the same...
/content/code_sandbox/src/boost_1_66_0/boost/pool/singleton_pool.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,209
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POOL_ALLOC_HPP #define BOOST_POOL_ALLOC_HPP /*! \file \brief C++ Standard Library compatible pool-based allocators. \details This header provides two te...
/content/code_sandbox/src/boost_1_66_0/boost/pool/pool_alloc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,098
```m4sugar m4_dnl m4_dnl m4_dnl ing file LICENSE_1_0.txt or copy at path_to_url m4_dnl m4_dnl See path_to_url for updates, documentation, and revision history. m4_dnl m4_dnl m4_dnl m4_dnl BOOST_M4_FOR: repeat a given text for a range of values m4_dnl $1 - variable to hold the current value. m4_dnl $2 - the star...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/for.m4
m4sugar
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,661
```shell #!/bin/sh # # # ing file LICENSE_1_0.txt or copy at path_to_url # # See path_to_url for updates, documentation, and revision history. # m4 -P -E -DNumberOfArguments=$1 pool_construct_simple.m4 > pool_construct_simple.ipp ```
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct_simple.sh
shell
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
63
```shell #!/bin/sh # # # ing file LICENSE_1_0.txt or copy at path_to_url # # See path_to_url for updates, documentation, and revision history. # m4 -P -E -DNumberOfArguments=$1 pool_construct.m4 > pool_construct.ipp ```
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct.sh
shell
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
61
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POOL_GUARD_HPP #define BOOST_POOL_GUARD_HPP /*! \file \brief Extremely Light-Weight guard class. \details Auto-lock/unlock-er detail/guard.hpp provides...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/guard.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
385
```batchfile @echo off rem rem rem ing file LICENSE_1_0.txt or copy at path_to_url rem rem See path_to_url for updates, documentation, and revision history. rem rem Check for Windows NT if %OS%==Windows_NT goto NT rem Not NT - run m4 as normal, then exit m4 -P -E -DNumberOfArguments=%1 pool_construct_simple.m4 > pool...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct_simple.bat
batchfile
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
199
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. // This file was AUTOMATICALLY GENERATED from "stdin" // Do NOT include directly! // Do NOT edit! template <typename T0> element_type * construct(const T0 & a0) { elemen...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct_simple.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
312
```batchfile @echo off rem rem rem ing file LICENSE_1_0.txt or copy at path_to_url rem Check for Windows NT if %OS%==Windows_NT goto NT rem Not NT - run m4 as normal, then exit m4 -P -E -DNumberOfArguments=%1 pool_construct.m4 > pool_construct.ipp goto end rem DJGPP programs (including m4) running on Windows/NT do...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct.bat
batchfile
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
177
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POOL_MUTEX_HPP #define BOOST_POOL_MUTEX_HPP #include <boost/config.hpp> // for workarounds ...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/mutex.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
274
```m4sugar m4_dnl m4_dnl m4_dnl ing file LICENSE_1_0.txt or copy at path_to_url m4_dnl m4_dnl See path_to_url for updates, documentation, and revision history. m4_dnl m4_dnl m4_dnl m4_dnl Avoid the use of any m4_* identifiers in this header file, m4_dnl as that may cause incompatibility problems with future m4_dnl ve...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct_simple.m4
m4sugar
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
791
```c++ // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for updates, documentation, and revision history. #ifndef BOOST_POOL_HPP #define BOOST_POOL_HPP #include <boost/config.hpp> // for workarounds // std::less, std::less_equal, std::greater #include <functional> // new[], de...
/content/code_sandbox/src/boost_1_66_0/boost/pool/pool.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,723
```m4sugar m4_dnl m4_dnl m4_dnl ing file LICENSE_1_0.txt or copy at path_to_url m4_dnl m4_dnl See path_to_url for updates, documentation, and revision history. m4_dnl m4_dnl m4_dnl m4_dnl Avoid the use of any m4_* identifiers in this header file, m4_dnl as that may cause incompatibility problems with future m4_dnl ve...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct.m4
m4sugar
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,018
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_PHYSICAL_UNITS_HPP #define BOOST_UNITS_PHYSICAL_UNITS_HPP /// /// \file /// \brief Physical dimensions...
/content/code_sandbox/src/boost_1_66_0/boost/units/physical_dimensions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
935
```c++ // // ing file LICENSE_1_0.txt or copy at path_to_url // // See path_to_url for updates, documentation, and revision history. // This file was AUTOMATICALLY GENERATED from "stdin" // Do NOT include directly! // Do NOT edit! template <typename T0> element_type * construct(T0 & a0) { element_type * const ret...
/content/code_sandbox/src/boost_1_66_0/boost/pool/detail/pool_construct.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,975
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DIMENSIONLESS_QUANTITY_HPP #define BOOST_UNITS_DIMENSIONLESS_QUANTITY_HPP /// /// \file /// \brief Uti...
/content/code_sandbox/src/boost_1_66_0/boost/units/dimensionless_quantity.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
171
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_CMATH_HPP #define BOOST_UNITS_CMATH_HPP #include <boost/config/no_tr1/cmath.hpp> #include <cstdlib> ...
/content/code_sandbox/src/boost_1_66_0/boost/units/cmath.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,531
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_SCALE_HPP_INCLUDED #define BOOST_UNITS_SCALE_HPP_INCLUDED /// /// \file /// \brief 10^3 Engineering & ...
/content/code_sandbox/src/boost_1_66_0/boost/units/scale.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,251
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_DIMENSIONLESS_QUANTITY_HPP #define BOOST_UNITS_IS_DIMENSIONLESS_QUANTITY_HPP /// \file /// \brief c...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_dimensionless_quantity.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
169
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_QUANTITY_OF_SYSTEM_HPP #define BOOST_UNITS_IS_QUANTITY_OF_SYSTEM_HPP /// /// \file /// \brief Check...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_quantity_of_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
212
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_REDUCE_UNIT_HPP_INCLUDED #define BOOST_UNITS_REDUCE_UNIT_HPP_INCLUDED /// \file /// \brief Returns a u...
/content/code_sandbox/src/boost_1_66_0/boost/units/reduce_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
150
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_MAKE_SYSTEM_HPP #define BOOST_UNITS_MAKE_SYSTEM_HPP /// \file /// \brief Metafunction returning a homo...
/content/code_sandbox/src/boost_1_66_0/boost/units/make_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,434
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url /// /// \file /// \brief Absolute units (points rather than vectors). /// \details Operations between absolute units, and r...
/content/code_sandbox/src/boost_1_66_0/boost/units/absolute.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,088
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_UNIT_OF_SYSTEM_HPP #define BOOST_UNITS_IS_UNIT_OF_SYSTEM_HPP /// /// \file /// \brief Check that a ...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_unit_of_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
226
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_QUANTITY_HPP #define BOOST_UNITS_IS_QUANTITY_HPP /// /// \file /// \brief Check that a type is a qu...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_quantity.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
175
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_SCALED_BASE_UNIT_HPP_INCLUDED #define BOOST_UNITS_SCALED_BASE_UNIT_HPP_INCLUDED #include <string> #in...
/content/code_sandbox/src/boost_1_66_0/boost/units/scaled_base_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
825
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_CONFIG_HPP #define BOOST_UNITS_CONFIG_HPP #include <boost/config.hpp> #include <boost/version.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/units/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
615
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_QUANTITY_HPP #define BOOST_UNITS_QUANTITY_HPP #include <algorithm> #include <boost/config.hpp> #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/units/quantity.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
8,649
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_POW_HPP #define BOOST_UNITS_POW_HPP #include <boost/math_fwd.hpp> #include <boost/type_traits/is_inte...
/content/code_sandbox/src/boost_1_66_0/boost/units/pow.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
689
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DERIVED_DIMENSION_HPP #define BOOST_UNITS_DERIVED_DIMENSION_HPP #include <boost/units/dim.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/units/derived_dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,715
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DIMENSION_HPP #define BOOST_UNITS_DIMENSION_HPP #include <boost/static_assert.hpp> #include <boost/ty...
/content/code_sandbox/src/boost_1_66_0/boost/units/dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
943
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_DIMENSION_LIST_HPP #define BOOST_UNITS_IS_DIMENSION_LIST_HPP /// /// \file /// \brief Check that a ...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_dimension_list.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
203
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_HETEROGENEOUS_SYSTEM_HPP #define BOOST_UNITS_HETEROGENEOUS_SYSTEM_HPP /// \file /// \brief A heterogen...
/content/code_sandbox/src/boost_1_66_0/boost/units/heterogeneous_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,592
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // $Id: lambda.hpp 27 2008-06-16 14:50:58Z maehne $ #ifndef BOOST_UNITS_LAMBDA_HPP #define BOOST_UNITS_LAMBDA_HPP ///////...
/content/code_sandbox/src/boost_1_66_0/boost/units/lambda.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,806
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_OPERATORS_HPP #define BOOST_UNITS_OPERATORS_HPP /// /// \file /// \brief Compile time operators and ...
/content/code_sandbox/src/boost_1_66_0/boost/units/operators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,416
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_GET_SYSTEM_HPP #define BOOST_UNITS_GET_SYSTEM_HPP /// \file /// \brief Get the system of a unit, absol...
/content/code_sandbox/src/boost_1_66_0/boost/units/get_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
221
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_STATIC_CONSTANT_HPP #define BOOST_UNITS_STATIC_CONSTANT_HPP #include <boost/units/config.hpp> /// A c...
/content/code_sandbox/src/boost_1_66_0/boost/units/static_constant.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
347
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_QUANTITY_OF_DIMENSION_HPP #define BOOST_UNITS_IS_QUANTITY_OF_DIMENSION_HPP /// /// \file /// \brief...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_quantity_of_dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
214
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url /// \file /// \brief base unit (meter, kg, sec...). /// \details base unit definition registration. #ifndef BOOST_UNITS_BA...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
841
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url /// \file /// \brief base dimensions (mass, length, time...). /// \details base dimension definition registration. #ifndef...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
758
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_MAKE_SCALED_UNIT_HPP_INCLUDED #define BOOST_UNITS_MAKE_SCALED_UNIT_HPP_INCLUDED #include <boost/units/...
/content/code_sandbox/src/boost_1_66_0/boost/units/make_scaled_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
332
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_UNITS_FWD_HPP #define BOOST_UNITS_UNITS_FWD_HPP /// /// \file /// \brief Forward declarations of libra...
/content/code_sandbox/src/boost_1_66_0/boost/units/units_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
419
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_DIMENSIONLESS_HPP #define BOOST_UNITS_IS_DIMENSIONLESS_HPP /// /// \file /// \brief Check if a unit...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_dimensionless.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
215
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_UNIT_OF_DIMENSION_HPP #define BOOST_UNITS_IS_UNIT_OF_DIMENSION_HPP /// /// \file /// \brief Check t...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_unit_of_dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
227
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_GET_DIMENSION_HPP #define BOOST_UNITS_GET_DIMENSION_HPP /// /// \file /// \brief Get the dimension of ...
/content/code_sandbox/src/boost_1_66_0/boost/units/get_dimension.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
231
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DIM_HPP #define BOOST_UNITS_DIM_HPP #include <boost/static_assert.hpp> #include <boost/type_traits/is...
/content/code_sandbox/src/boost_1_66_0/boost/units/dim.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,121
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_UNIT_HPP #define BOOST_UNITS_IS_UNIT_HPP /// /// \file /// \brief Check that a type is a unit. /// ...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
171
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DIMENSIONLESS_UNIT_HPP #define BOOST_UNITS_DIMENSIONLESS_UNIT_HPP /// /// \file /// \brief Utility cla...
/content/code_sandbox/src/boost_1_66_0/boost/units/dimensionless_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
167
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_DIMENSIONLESS_TYPE_HPP #define BOOST_UNITS_DIMENSIONLESS_TYPE_HPP /// /// \file /// \brief Dimension l...
/content/code_sandbox/src/boost_1_66_0/boost/units/dimensionless_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
249
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_LIMITS_HPP #define BOOST_UNITS_LIMITS_HPP /// /// \file /// \brief specialize std::numeric_limits for ...
/content/code_sandbox/src/boost_1_66_0/boost/units/limits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
872
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_CONVERSION_HPP #define BOOST_UNITS_CONVERSION_HPP /// \file /// \brief Template for defining conversio...
/content/code_sandbox/src/boost_1_66_0/boost/units/conversion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,457
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_STATIC_RATIONAL_HPP #define BOOST_UNITS_STATIC_RATIONAL_HPP #include <boost/integer/common_factor_ct....
/content/code_sandbox/src/boost_1_66_0/boost/units/static_rational.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,416
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_DIM_HPP #define BOOST_UNITS_IS_DIM_HPP /// /// \file /// \brief Check that a type is a valid @c dim...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_dim.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
177
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IS_DIMENSIONLESS_UNIT_HPP #define BOOST_UNITS_IS_DIMENSIONLESS_UNIT_HPP /// \file /// \brief Check tha...
/content/code_sandbox/src/boost_1_66_0/boost/units/is_dimensionless_unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
166
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_UNIT_HPP #define BOOST_UNITS_UNIT_HPP #include <boost/static_assert.hpp> #include <boost/mpl/bool.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/units/unit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,935
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_HOMOGENEOUS_SYSTEM_HPP_INCLUDED #define BOOST_UNITS_HOMOGENEOUS_SYSTEM_HPP_INCLUDED #include <boost/mp...
/content/code_sandbox/src/boost_1_66_0/boost/units/homogeneous_system.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
498
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_HARTLEY_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_INFORMATION_HARTLEY_HPP_INCL...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/information/hartley.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
190
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_SHANNON_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_INFORMATION_SHANNON_HPP_INCL...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/information/shannon.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
234
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_BYTE_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_INFORMATION_BYTE_HPP_INCLUDED ...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/information/byte.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
225
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_BIT_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_INFORMATION_BIT_HPP_INCLUDED #i...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/information/bit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
217
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_INFORMATION_NAT_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_INFORMATION_NAT_HPP_INCLUDED #i...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/information/nat.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
183
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_TEMPERATURE_CELSIUS_BASE_UNIT_HPP #define BOOST_UNITS_TEMPERATURE_CELSIUS_BASE_UNIT_HPP #include <stri...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/temperature/celsius.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
243
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_TEMPERATURE_FAHRENHEIT_BASE_UNIT_HPP #define BOOST_UNITS_TEMPERATURE_FAHRENHEIT_BASE_UNIT_HPP #include...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/temperature/fahrenheit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
246
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_IO_HPP #define BOOST_UNITS_IO_HPP /// \file /// \brief Stream input and output for rationals, units and...
/content/code_sandbox/src/boost_1_66_0/boost/units/io.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,633
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // No include guards. This header is intended to be included // multiple times. // units of temperature #if defined(BOOS...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/temperature/conversions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
593
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_SYSTEMS_IMPERIAL_YARD_BASE_UNIT_HPP #define BOOST_UNITS_SYSTEMS_IMPERIAL_YARD_BASE_UNIT_HPP #include <...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/imperial/yard.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
220
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_IMPERIAL_QUART_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_IMPERIAL_QUART_HPP_INCLUDED #inc...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/imperial/quart.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
252
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNIT_SYSTEMS_IMPERIAL_OUNCE_HPP_INCLUDED #define BOOST_UNIT_SYSTEMS_IMPERIAL_OUNCE_HPP_INCLUDED #include <bo...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/imperial/ounce.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
224
```c++ // Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_UNITS_BASE_UNITS_IMPERIAL_FLUID_OUNCE_HPP_INCLUDED #define BOOST_UNITS_BASE_UNITS_IMPERIAL_FLUID_OUNCE_HPP_IN...
/content/code_sandbox/src/boost_1_66_0/boost/units/base_units/imperial/fluid_ounce.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
239