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++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FIND_INSTANCE_DWA2002312_HPP # define FIND_INSTANCE_DWA2002312_HPP # include <boost/python/type_id.hpp> namespace boost { namespace python { namespace objects { // Given a type_id, find the instance data which corresponds to it, or // ret...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/find_instance.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
177
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef MAKE_HOLDER_DWA20011215_HPP # define MAKE_HOLDER_DWA20011215_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/object/instance.hpp> # include <boost/python/converter/registry.h...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/make_holder.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
853
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FORWARD_DWA20011215_HPP # define FORWARD_DWA20011215_HPP # include <boost/mpl/if.hpp> # include <boost/ref.hpp> # include <boost/python/detail/value_arg.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/python/detail/copy...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/forward.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
526
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ENUM_BASE_DWA200298_HPP # define ENUM_BASE_DWA200298_HPP # include <boost/python/object_core.hpp> # include <boost/python/type_id.hpp> # include <boost/python/converter/to_python_function_type.hpp> # include <boost/python/converter/convertib...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/enum_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
225
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef MAKE_INSTANCE_DWA200296_HPP # define MAKE_INSTANCE_DWA200296_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/object/instance.hpp> # include <boost/python/converter/registered.hpp> # include <boost/python/detail/decref_...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/make_instance.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
522
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FUNCTION_OBJECT_DWA2002725_HPP # define FUNCTION_OBJECT_DWA2002725_HPP # include <boost/python/detail/prefix.hpp> # include <boost/function/function2.hpp> # include <boost/python/object_core.hpp> # include <boost/python/args_fwd.hpp> # includ...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/function_object.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
304
```c++ #if !defined(BOOST_PP_IS_ITERATING) // accompanying file LICENSE_1_0.txt or copy at // path_to_url # ifndef VALUE_HOLDER_DWA20011215_HPP # define VALUE_HOLDER_DWA20011215_HPP # include <boost/python/object/value_holder_fwd.hpp> # include <boost/python/instance_holder.hpp> # include <boost/python/type_id...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/value_holder.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,277
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ADD_TO_NAMESPACE_DWA200286_HPP # define ADD_TO_NAMESPACE_DWA200286_HPP # include <boost/python/object_fwd.hpp> namespace boost { namespace python { namespace objects { // // A setattr that's "smart" about function overloading (and docstri...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/add_to_namespace.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
155
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP # define BOOST_PYTHON_OBJECT_PICKLE_SUPPORT_RWGK20020603_HPP # include <boost/python/detail/prefix.hpp> namespace boost { namespace python { namespace api { class object; } using api:...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/pickle_support.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
737
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ITERATOR_CORE_DWA2002512_HPP # define ITERATOR_CORE_DWA2002512_HPP # include <boost/python/object_fwd.hpp> namespace boost { namespace python { namespace objects { BOOST_PYTHON_DECL object const& identity_function(); BOOST_PYTHON_DECL void...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/iterator_core.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
100
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef INSTANCE_DWA200295_HPP # define INSTANCE_DWA200295_HPP # include <boost/python/detail/prefix.hpp> # include <cstddef> namespace boost { namespace python { struct instance_holder; }} // namespace boost::python namespace boost { namespace...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/instance.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
256
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_object_class_metadata_hpp_ #define boost_python_object_class_metadata_hpp_ #include <boost/python/converter/shared_ptr_from_python.hpp> #include <boost/python/object/inheritance.hpp> #include <boost/python/object/class_wra...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/class_metadata.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,119
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ITERATOR_DWA2002510_HPP # define ITERATOR_DWA2002510_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/type_traits.hpp> # include <boost/python/class.hpp> # include <boost/python/return_value_policy.hpp> # includ...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,635
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PYOBJECT_TRAITS_DWA2002720_HPP # define PYOBJECT_TRAITS_DWA2002720_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/converter/pyobject_type.hpp> namespace boost { namespace python { namespace converter { template <cl...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/pyobject_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
326
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef REGISTRATIONS_DWA2002223_HPP # define REGISTRATIONS_DWA2002223_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/type_id.hpp> # include <boost/python/converter/convertible_function.hpp> # include <boost/python/converte...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/registrations.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
659
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PY_FUNCTION_DWA200286_HPP # define PY_FUNCTION_DWA200286_HPP # include <boost/python/detail/signature.hpp> # include <boost/detail/workaround.hpp> # include <boost/mpl/size.hpp> # include <memory> namespace boost { namespace python { namesp...
/content/code_sandbox/src/boost_1_66_0/boost/python/object/py_function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,086
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef SHARED_PTR_DELETER_DWA2002121_HPP # define SHARED_PTR_DELETER_DWA2002121_HPP namespace boost { namespace python { namespace converter { struct BOOST_PYTHON_DECL shared_ptr_deleter { shared_ptr_deleter(handle<> owner); ~shared_ptr_d...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/shared_ptr_deleter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
126
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef RETURN_FROM_PYTHON_DWA200265_HPP # define RETURN_FROM_PYTHON_DWA200265_HPP # include <boost/python/converter/from_python.hpp> # include <boost/python/converter/rvalue_from_python_data.hpp> # include <boost/python/converter/registered.hpp> # ...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/return_from_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
952
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ARG_FROM_PYTHON_DWA2002127_HPP # define ARG_FROM_PYTHON_DWA2002127_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/converter/from_python.hpp> # include <boost/python/detail/indirect_traits.hpp> # include <boost/python/...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/arg_from_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,152
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BUILTIN_CONVERTERS_DWA2002124_HPP # define BUILTIN_CONVERTERS_DWA2002124_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/none.hpp> # include <boost/python/handle.hpp> # include <boost/python/ssize_t.hpp> # includ...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/builtin_converters.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,890
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef AS_TO_PYTHON_FUNCTION_DWA2002121_HPP # define AS_TO_PYTHON_FUNCTION_DWA2002121_HPP # include <boost/python/converter/to_python_function_type.hpp> namespace boost { namespace python { namespace converter { // Given a typesafe to_python conv...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/as_to_python_function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
483
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FIND_FROM_PYTHON_DWA2002223_HPP # define FIND_FROM_PYTHON_DWA2002223_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/converter/rvalue_from_python_data.hpp> namespace boost { namespace python { namespace converter { ...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/from_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
293
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_converter_shared_ptr_to_python_hpp_ #define boost_python_converter_shared_ptr_to_python_hpp_ #include <boost/python/refcount.hpp> #include <boost/python/converter/shared_ptr_deleter.hpp> #include <boost/shared_ptr.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/shared_ptr_to_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
304
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_converter_shared_ptr_from_python_hpp_ #define boost_python_converter_shared_ptr_from_python_hpp_ #include <boost/python/handle.hpp> #include <boost/python/converter/shared_ptr_deleter.hpp> #include <boost/python/converter/from_...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/shared_ptr_from_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
425
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef REGISTRY_DWA20011127_HPP # define REGISTRY_DWA20011127_HPP # include <boost/python/type_id.hpp> # include <boost/python/converter/to_python_function_type.hpp> # include <boost/python/converter/rvalue_from_python_data.hpp> # include <boost/pyt...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/registry.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
436
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef OBJECT_MANAGER_DWA2002614_HPP # define OBJECT_MANAGER_DWA2002614_HPP # include <boost/python/handle.hpp> # include <boost/python/cast.hpp> # include <boost/python/converter/pyobject_traits.hpp> # include <boost/python/detail/type_traits.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/object_manager.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
980
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PYOBJECT_TYPE_DWA2002720_HPP # define PYOBJECT_TYPE_DWA2002720_HPP # include <boost/python/cast.hpp> namespace boost { namespace python { namespace converter { BOOST_PYTHON_DECL inline PyObject* checked_downcast_impl(PyObject *obj, PyType...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/pyobject_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
255
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ARG_TO_PYTHON_DWA200265_HPP # define ARG_TO_PYTHON_DWA200265_HPP # include <boost/python/ptr.hpp> # include <boost/python/tag.hpp> # include <boost/python/to_python_indirect.hpp> # include <boost/python/converter/registered.hpp> # include <...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/arg_to_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,652
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CONTEXT_RESULT_CONVERTER_DWA2003917_HPP # define CONTEXT_RESULT_CONVERTER_DWA2003917_HPP namespace boost { namespace python { namespace converter { // A ResultConverter base class used to indicate that this result // converter should be co...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/context_result_converter.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef REGISTERED_POINTEE_DWA2002710_HPP # define REGISTERED_POINTEE_DWA2002710_HPP # include <boost/python/converter/registered.hpp> # include <boost/python/converter/pointer_type_id.hpp> # include <boost/python/converter/registry.hpp> # include <b...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/registered_pointee.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
189
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef boost_python_converter_registered_hpp_ #define boost_python_converter_registered_hpp_ #include <boost/python/type_id.hpp> #include <boost/python/converter/registry.hpp> #include <boost/python/converter/registrations.hpp> #include <boost/pyt...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/registered.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
668
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef FROM_PYTHON_AUX_DATA_DWA2002128_HPP # define FROM_PYTHON_AUX_DATA_DWA2002128_HPP # include <boost/python/converter/constructor_function.hpp> # include <boost/python/detail/referent_storage.hpp> # include <boost/python/detail/destroy.hpp> # i...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/rvalue_from_python_data.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,340
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP # define OBJ_MGR_ARG_FROM_PYTHON_DWA2002628_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/referent_storage.hpp> # include <boost/python/detail/destroy.hpp> # include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/obj_mgr_arg_from_python.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
835
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef ARG_TO_PYTHON_BASE_DWA200237_HPP # define ARG_TO_PYTHON_BASE_DWA200237_HPP # include <boost/python/handle.hpp> namespace boost { namespace python { namespace converter { struct registration; namespace detail { struct BOOST_PYTHON_DECL ar...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/arg_to_python_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
125
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef TO_PYTHON_FUNCTION_TYPE_DWA200236_HPP # define TO_PYTHON_FUNCTION_TYPE_DWA200236_HPP # include <boost/python/detail/prefix.hpp> # include <boost/static_assert.hpp> namespace boost { namespace python { namespace converter { // The type of s...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/to_python_function_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
145
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef WRAP_PYTYPE_NM20070606_HPP # define WRAP_PYTYPE_NM20070606_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/converter/registered.hpp> # include <boost/python/detail/unwind_type.hpp> # include <boost/python/detail/type...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/pytype_function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
785
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CONSTRUCTOR_FUNCTION_DWA200278_HPP # define CONSTRUCTOR_FUNCTION_DWA200278_HPP namespace boost { namespace python { namespace converter { // Declares the type of functions used to construct C++ objects for // rvalue from_python conversions...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/constructor_function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
119
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef IMPLICIT_DWA2002326_HPP # define IMPLICIT_DWA2002326_HPP # include <boost/python/converter/rvalue_from_python_data.hpp> # include <boost/python/converter/registrations.hpp> # include <boost/python/converter/registered.hpp> # include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/implicit.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
310
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef CONVERTIBLE_FUNCTION_DWA200278_HPP # define CONVERTIBLE_FUNCTION_DWA200278_HPP namespace boost { namespace python { namespace converter { typedef void* (*convertible_function)(PyObject*); }}} // namespace boost::python::converter #en...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/convertible_function.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
81
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef POINTER_TYPE_ID_DWA2002222_HPP # define POINTER_TYPE_ID_DWA2002222_HPP # include <boost/python/type_id.hpp> # include <boost/python/detail/type_traits.hpp> namespace boost { namespace python { namespace converter { namespace detail { te...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/pointer_type_id.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
381
```c++ // accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef PYTYPE_OBJECT_MANAGER_TRAITS_DWA2002716_HPP # define PYTYPE_OBJECT_MANAGER_TRAITS_DWA2002716_HPP # include <boost/python/detail/prefix.hpp> # include <boost/python/detail/raw_pyobject.hpp> # include <boost/python/cast.hpp> # include <boost/p...
/content/code_sandbox/src/boost_1_66_0/boost/python/converter/pytype_object_mgr_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
307
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_UTIL_HPP #define BOOST_LOCALE_UTIL_HPP #include <locale> #include <typeinfo> #include <boost/cstdint.hpp> #include <boost/locale/utf.hpp> #include <boost/locale/generator.hpp> #include <boost/assert.hpp> #include <vec...
/content/code_sandbox/src/boost_1_66_0/boost/locale/util.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,252
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_INFO_HPP_INCLUDED #define BOOST_LOCALE_INFO_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <locale> #include <...
/content/code_sandbox/src/boost_1_66_0/boost/locale/info.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
662
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_ENCODING_UTF_HPP_INCLUDED #define BOOST_LOCALE_ENCODING_UTF_HPP_INCLUDED #include <boost/locale/utf.hpp> #include <boost/locale/encoding_errors.hpp> #include <iterator> #ifdef BOOST_MSVC # pragma warning(push) # pra...
/content/code_sandbox/src/boost_1_66_0/boost/locale/encoding_utf.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
561
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_MESSAGE_HPP_INCLUDED #define BOOST_LOCALE_MESSAGE_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <locale> #in...
/content/code_sandbox/src/boost_1_66_0/boost/locale/message.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,328
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_GENERATOR_HPP #define BOOST_LOCALE_GENERATOR_HPP #include <boost/locale/config.hpp> #include <boost/cstdint.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #includ...
/content/code_sandbox/src/boost_1_66_0/boost/locale/generator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,894
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_CONFIG_HPP_INCLUDED #define BOOST_LOCALE_CONFIG_HPP_INCLUDED #include <boost/locale/definitions.hpp> // // Automatically link to the correct build variant where possible. // #if !defined(BOOST_ALL_NO_LIB) && !defin...
/content/code_sandbox/src/boost_1_66_0/boost/locale/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
230
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_FORMATTING_HPP_INCLUDED #define BOOST_LOCALE_FORMATTING_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <boost...
/content/code_sandbox/src/boost_1_66_0/boost/locale/formatting.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,180
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_LOCALIZATION_BACKEND_HPP #define BOOST_LOCALE_LOCALIZATION_BACKEND_HPP #include <boost/locale/config.hpp> #include <boost/locale/generator.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275...
/content/code_sandbox/src/boost_1_66_0/boost/locale/localization_backend.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,005
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_GENERIC_CODECVT_HPP #define BOOST_LOCALE_GENERIC_CODECVT_HPP #include <boost/locale/utf.hpp> #include <boost/cstdint.hpp> #include <boost/static_assert.hpp> #include <locale> namespace boost { namespace locale { #if...
/content/code_sandbox/src/boost_1_66_0/boost/locale/generic_codecvt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,856
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_COLLATOR_HPP_INCLUDED #define BOOST_LOCALE_COLLATOR_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <locale> ...
/content/code_sandbox/src/boost_1_66_0/boost/locale/collator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,905
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_UTF_HPP_INCLUDED #define BOOST_LOCALE_UTF_HPP_INCLUDED #include <boost/cstdint.hpp> namespace boost { namespace locale { /// /// \brief Namespace that holds basic operations on UTF encoded sequences /// /// All func...
/content/code_sandbox/src/boost_1_66_0/boost/locale/utf.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,090
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_FORMAT_HPP_INCLUDED #define BOOST_LOCALE_FORMAT_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <boost/locale/...
/content/code_sandbox/src/boost_1_66_0/boost/locale/format.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,328
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_HOLD_PTR_H #define BOOST_LOCALE_HOLD_PTR_H namespace boost { namespace locale { /// /// \brief a smart pointer similar to std::auto_ptr but it is non-copyable and the /// underlying object has the same co...
/content/code_sandbox/src/boost_1_66_0/boost/locale/hold_ptr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
543
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_TIME_ZONE_HPP_INCLUDED #define BOOST_LOCALE_TIME_ZONE_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <string...
/content/code_sandbox/src/boost_1_66_0/boost/locale/time_zone.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
255
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED #define BOOST_LOCALE_DEFINITIONS_HPP_INCLUDED #include <boost/config.hpp> // Support older ICU versions #ifndef BOOST_SYMBOL_VISIBLE # define BOOST_SYMBOL_VISIBLE #endif #ifdef BOOST_HAS_DEC...
/content/code_sandbox/src/boost_1_66_0/boost/locale/definitions.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
197
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_ENCODING_ERRORS_HPP_INCLUDED #define BOOST_LOCALE_ENCODING_ERRORS_HPP_INCLUDED #include <boost/locale/definitions.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif ...
/content/code_sandbox/src/boost_1_66_0/boost/locale/encoding_errors.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
370
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCLAE_GNU_GETTEXT_HPP #define BOOST_LOCLAE_GNU_GETTEXT_HPP #include <boost/locale/message.hpp> #include <boost/function.hpp> #include <stdexcept> namespace boost { namespace locale { /// \addtogroup message /// @{ /// //...
/content/code_sandbox/src/boost_1_66_0/boost/locale/gnu_gettext.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,269
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_DATE_TIME_HPP_INCLUDED #define BOOST_LOCALE_DATE_TIME_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/locale/date_time.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
9,516
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_UTF8_CODECVT_HPP #define BOOST_LOCALE_UTF8_CODECVT_HPP #include <boost/locale/utf.hpp> #include <boost/locale/generic_codecvt.hpp> #include <boost/cstdint.hpp> #include <locale> namespace boost { namespace locale { ...
/content/code_sandbox/src/boost_1_66_0/boost/locale/utf8_codecvt.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
438
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_ENCODING_HPP_INCLUDED #define BOOST_LOCALE_ENCODING_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <boost/loc...
/content/code_sandbox/src/boost_1_66_0/boost/locale/encoding.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,961
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_HPP_INCLUDED #include <boost/locale/boundary/types.hpp> #include <boost/locale/boundary/facets.hpp> #include <boost/locale/boundary/segment.hpp> #include <boost/loca...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
113
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_CONVERTER_HPP_INCLUDED #define BOOST_LOCALE_CONVERTER_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #include <locale>...
/content/code_sandbox/src/boost_1_66_0/boost/locale/conversion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,362
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_DATE_TIME_FACET_HPP_INCLUDED #define BOOST_LOCALE_DATE_TIME_FACET_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #inc...
/content/code_sandbox/src/boost_1_66_0/boost/locale/date_time_facet.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,109
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_TYPES_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_TYPES_HPP_INCLUDED #include <boost/locale/config.hpp> #include <boost/cstdint.hpp> #include <boost/assert.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pra...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary/types.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,100
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_SEGMENT_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_SEGMENT_HPP_INCLUDED #include <boost/locale/config.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(disable : 4275 4251 4231 4660) #endif #inc...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary/segment.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,588
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_BOUNDARY_POINT_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_BOUNDARY_POINT_HPP_INCLUDED #include <boost/locale/boundary/types.hpp> namespace boost { namespace locale { namespace boundary { /// /// \ad...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary/boundary_point.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,157
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_FACETS_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_FACETS_HPP_INCLUDED #include <boost/locale/config.hpp> #include <boost/locale/boundary/types.hpp> #ifdef BOOST_MSVC # pragma warning(push) # pragma warning(...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary/facets.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,313
```c++ #ifndef BOOST_BIND_ARG_HPP_INCLUDED #define BOOST_BIND_ARG_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // bind/arg.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documenta...
/content/code_sandbox/src/boost_1_66_0/boost/bind/arg.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
295
```c++ #ifndef BOOST_BIND_MAKE_ADAPTABLE_HPP_INCLUDED #define BOOST_BIND_MAKE_ADAPTABLE_HPP_INCLUDED // // make_adaptable.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // namespace boost { namespace _bi { template<class R, class F> class af0 { public: typedef R result_type; exp...
/content/code_sandbox/src/boost_1_66_0/boost/bind/make_adaptable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,029
```c++ // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #ifndef BOOST_LOCALE_BOUNDARY_INDEX_HPP_INCLUDED #define BOOST_LOCALE_BOUNDARY_INDEX_HPP_INCLUDED #include <boost/locale/config.hpp> #include <boost/locale/boundary/types.hpp> #include <boost/locale/boundary/facets.hpp> #include <boost/lo...
/content/code_sandbox/src/boost_1_66_0/boost/locale/boundary/index.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,974
```c++ #ifndef BOOST_BIND_PLACEHOLDERS_HPP_INCLUDED #define BOOST_BIND_PLACEHOLDERS_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // bind/placeholders.hpp - _N definitions // // // See accompanying file LICENSE_1_0.txt or copy at //...
/content/code_sandbox/src/boost_1_66_0/boost/bind/placeholders.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
454
```c++ #ifndef BOOST_BIND_MEM_FN_HPP_INCLUDED #define BOOST_BIND_MEM_FN_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // mem_fn.hpp - a generalization of std::mem_fun[_ref] // // // accompanying file LICENSE_1_0.txt or copy at // pat...
/content/code_sandbox/src/boost_1_66_0/boost/bind/mem_fn.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,755
```c++ // // bind/bind_template.hpp // // Do not include this header directly. // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // typedef typename result_traits<R, F>::type result_type; result_type operator()() { list0 a; BOO...
/content/code_sandbox/src/boost_1_66_0/boost/bind/bind_template.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,129
```c++ #ifndef BOOST_BIND_STORAGE_HPP_INCLUDED #define BOOST_BIND_STORAGE_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // bind/storage.hpp // // boost/bind.hpp support header, optimized storage // // // See accompanying file LICEN...
/content/code_sandbox/src/boost_1_66_0/boost/bind/storage.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,050
```c++ #ifndef BOOST_BIND_BIND_HPP_INCLUDED #define BOOST_BIND_BIND_HPP_INCLUDED // MS compatible compilers support #pragma once #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif // // bind.hpp - binds function objects to arguments // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url ...
/content/code_sandbox/src/boost_1_66_0/boost/bind/bind.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
27,942
```c++ #ifndef BOOST_BIND_APPLY_HPP_INCLUDED #define BOOST_BIND_APPLY_HPP_INCLUDED // // apply.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // namespace boost { template<class R> struct apply { typedef R result_type; template<class F> result_type operator()(F & f) const { ...
/content/code_sandbox/src/boost_1_66_0/boost/bind/apply.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
885
```c++ // // bind/mem_fn_template.hpp // // Do not include this header directly // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // #if !defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) # define BOOST_MEM_FN_ENABLE_CONST_OVERLOADS #endif // mf0 template<cla...
/content/code_sandbox/src/boost_1_66_0/boost/bind/mem_fn_template.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
9,842
```c++ // // bind/mem_fn_vw.hpp - void return helper wrappers // // Do not include this header directly // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // template<class R, class T> struct BOOST_MEM_FN_NAME(mf0): public mf<R>::BOOST_NESTED_TEMPLATE BOOST...
/content/code_sandbox/src/boost_1_66_0/boost/bind/mem_fn_vw.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,083
```c++ // // bind/mem_fn_cc.hpp - support for different calling conventions // // Do not include this header directly. // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // template<class R, class T> _mfi::BOOST_MEM_FN_NAME(mf0)<R, T> mem_fn(R (BOOST_MEM_FN...
/content/code_sandbox/src/boost_1_66_0/boost/bind/mem_fn_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,056
```c++ // // bind/bind_mf2_cc.hpp - member functions, type<> syntax // // Do not include this header directly. // // // See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // // 0 template<class Rt2, class R, class T, class A1> _bi::bind_t<Rt2, _mfi::B...
/content/code_sandbox/src/boost_1_66_0/boost/bind/bind_mf2_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,011
```c++ // // bind/bind_mf_cc.hpp - support for different calling conventions // // Do not include this header directly. // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // // 0 template<class R, class T, class A1> _bi::bind_t<R, _mfi::BOOST_BIND_...
/content/code_sandbox/src/boost_1_66_0/boost/bind/bind_mf_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
10,224
```c++ #ifndef BOOST_BIND_PROTECT_HPP_INCLUDED #define BOOST_BIND_PROTECT_HPP_INCLUDED // // protect.hpp // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // #include <boost/config.hpp> #include <boost/detail/workaround.hpp> namespace boost { namespace _bi { template<class F> class protected_bi...
/content/code_sandbox/src/boost_1_66_0/boost/bind/protect.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,601
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_SEGMENTED_H #define BOOST_COROUTINES2_SEGMENTED_H #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/context/segmented_stack.hpp> #include <boost/coroutine2/det...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/segmented_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
179
```c++ // // bind/bind_cc.hpp - support for different calling conventions // // Do not include this header directly. // // // accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // template<class R> _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) () BOOST_BIND_N...
/content/code_sandbox/src/boost_1_66_0/boost/bind/bind_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,601
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_PROTECTED_FIXEDSIZE_H #define BOOST_COROUTINES2_PROTECTED_FIXEDSIZE_H #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/context/protected_fixedsize_stack.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/protected_fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
155
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_POOLED_FIXEDSIZE_H #define BOOST_COROUTINES2_POOLED_FIXEDSIZE_H #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/context/pooled_fixedsize_stack.hpp> #include ...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/pooled_fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
159
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_ALL_H #define BOOST_COROUTINES2_ALL_H #include <boost/coroutine2/coroutine.hpp> #include <boost/coroutine2/fixedsize_stack.hpp> #include <boost/coroutine2/pooled_fixedsize_stack.hpp> #include <boost/corou...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/all.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
118
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_COROUTINE_H #define BOOST_COROUTINES2_COROUTINE_H #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine2/detail/coroutine.hpp> #ifdef BOOST_HAS_ABI_HEAD...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/coroutine.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
178
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_FIXEDSIZE_H #define BOOST_COROUTINES2_FIXEDSIZE_H #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/context/fixedsize_stack.hpp> #include <boost/coroutine2/det...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/fixedsize_stack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
170
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_CREATE_CONTROLBLOCK_IPP #define BOOST_COROUTINES2_DETAIL_CREATE_CONTROLBLOCK_IPP #include <cstddef> #include <memory> #include <utility> #include <boost/assert.hpp> #include <boost/config.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/create_control_block.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
471
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PUSH_CONTROL_BLOCK_HPP #define BOOST_COROUTINES2_DETAIL_PUSH_CONTROL_BLOCK_HPP #include <exception> #include <boost/config.hpp> #include <boost/context/continuation.hpp> #include <boost/coroutine...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/push_control_block_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
610
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_DECAY_COPY_H #define BOOST_COROUTINES2_DETAIL_DECAY_COPY_H #include <type_traits> #include <boost/config.hpp> #include <boost/context/detail/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BO...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/decay_copy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
153
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_FORCED_UNWIND_HPP #define BOOST_COROUTINES2_DETAIL_FORCED_UNWIND_HPP #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #ifdef BOOST_HAS_ABI_HEADERS # include BOOST_ABI...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/forced_unwind.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
155
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_ASYMMETRIC_COROUTINE_HPP #define BOOST_COROUTINES2_DETAIL_ASYMMETRIC_COROUTINE_HPP #include <exception> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine2/detail/c...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/state.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
453
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_CONFIG_H #define BOOST_COROUTINES2_DETAIL_CONFIG_H #include <boost/config.hpp> #include <boost/context/detail/config.hpp> #include <boost/detail/workaround.hpp> #ifdef BOOST_COROUTINES2_DECL # und...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/config.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
198
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PUSH_COROUTINE_IPP #define BOOST_COROUTINES2_DETAIL_PUSH_COROUTINE_IPP #include <utility> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine2/detail/config.hpp> #in...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/push_coroutine.ipp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,182
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PULL_COROUTINE_HPP #define BOOST_COROUTINES2_DETAIL_PULL_COROUTINE_HPP #include <iterator> #include <type_traits> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/pull_coroutine.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,630
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PUSH_COROUTINE_HPP #define BOOST_COROUTINES2_DETAIL_PUSH_COROUTINE_HPP #include <iterator> #include <type_traits> #include <boost/assert.hpp> #include <boost/config.hpp> #include <boost/coroutine...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/push_coroutine.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,311
```c++ // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_COROUTINES2_DETAIL_PULL_CONTROL_BLOCK_HPP #define BOOST_COROUTINES2_DETAIL_PULL_CONTROL_BLOCK_HPP #include <exception> #include <type_traits> #include <boost/config.hpp> #include <boost/context/continuation.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/coroutine2/detail/pull_control_block_cc.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
727