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++ /////////////////////////////////////////////////////////////////////////////// /// \file deep_copy.hpp /// Replace all nodes stored by reference by nodes stored by value. // // LICENSE_1_0.txt or copy at path_to_url template<typename Expr> struct deep_copy_impl<Expr, 1> { ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/deep_copy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,524
```c++ /////////////////////////////////////////////////////////////////////////////// // memfun_funop.hpp // Contains overloads of memfun::operator(). // // LICENSE_1_0.txt or copy at path_to_url template<typename A0> BOOST_FORCEINLINE result_type operator()(A0 const &a0) const { ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/memfun_funop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,221
```c++ /////////////////////////////////////////////////////////////////////////////// // template_arity_helper.hpp // Overloads of template_arity_helper, used by the template_arity\<\> class template // // LICENSE_1_0.txt or copy at path_to_url template< template<typename P0> class F ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/template_arity_helper.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,007
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file expr_variadic.hpp /// Contains definition of expr\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/expr_variadic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
13,093
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file expr.hpp /// Contains definition of expr\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/expr.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
31,701
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file vararg_matches_impl.hpp /// Specializations of the vararg_matches_impl template // // LICENSE_1_0.txt or copy at path_to_url template<typename Args, typename Back, long To> struct vararg_matches...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/vararg_matches_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,718
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file or_n.hpp /// Definitions of or_N // // LICENSE_1_0.txt or copy at path_to_url template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1> struct or_2 : mpl::bool_<matche...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/or_n.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,580
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file args.hpp /// Contains definition of \c term\<\>, \c list1\<\>, \c list2\<\>, ... /// class templates. // // LICENSE_1_0.txt or copy at path_to_url template< typename Arg0 > ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/args.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,391
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file generate_by_value.hpp /// Contains definition of by_value_generator_\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url template<typename Tag , typename Arg0 > struct by_value_gene...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/generate_by_value.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,076
```c++ /////////////////////////////////////////////////////////////////////////////// // poly_function_traits.hpp // Contains specializations of poly_function_traits and as_mono_function // // LICENSE_1_0.txt or copy at path_to_url template<typename PolyFun , typename A0> struct poly_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/poly_function_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,687
```c++ /////////////////////////////////////////////////////////////////////////////// // class_member_traits.hpp // Contains specializations of the class_member_traits\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url template<typename T, typename U > struct class_member_tra...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/class_member_traits.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,587
```c++ /////////////////////////////////////////////////////////////////////////////// // deduce_domain_n.hpp // Definitions of common_domain[n] and deduce_domain[n] class templates. // // LICENSE_1_0.txt or copy at path_to_url template<typename A0 , typename A1 , typename A2> struct common...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/deduce_domain_n.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,015
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file and_n.hpp /// Definitions of and_N, and_impl // // LICENSE_1_0.txt or copy at path_to_url template<bool B, typename P0> struct and_2 : mpl::bool_<P0::value> {}; temp...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/and_n.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,248
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file matches_.hpp /// Definitions of matches_ specializations // // LICENSE_1_0.txt or copy at path_to_url template<typename Expr, typename BasicExpr , typename G0 , typename G1> str...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/matches_.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
9,488
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file extends_funop_const.hpp /// Definitions for extends\<\>::operator() // // LICENSE_1_0.txt or copy at path_to_url template<typename Sig> struct result { typedef typename BOOST_PROTO_RESULT_OF< proto_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/detail/preprocessed/extends_funop_const.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,008
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file fusion.hpp /// Proto callables for things found in the Fusion library // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_HPP_EAN_11_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
149
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file std.hpp /// Proto callables for things found in the std library // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_STD_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_STD_HPP_EAN_11_27_2010 #in...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/std.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
93
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file range.hpp /// Proto callables for things found in the boost range library // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_HPP_EAN_2...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
144
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file utility.hpp /// Proto callables for things found in the std \<utility\> header // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_STD_UTILITY_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_STD_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/std/utility.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
768
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file iterator.hpp /// Proto callables for std functions found in \<iterator\> // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_STD_ITERATOR_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_STD_ITERA...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/std/iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
840
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file push_front.hpp /// Proto callables Fusion push_front // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_PUSH_FRONT_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_PUSH_FRONT_HPP_EA...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/push_front.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
342
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file push_back.hpp /// Proto callables Fusion push_back // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_PUSH_BACK_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_PUSH_BACK_HPP_EAN_11...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/push_back.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
342
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pop_front.hpp /// Proto callables Fusion pop_front // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_POP_FRONT_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_POP_FRONT_HPP_EAN_11...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/pop_front.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
470
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pop_back.hpp /// Proto callables Fusion pop_back // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_POP_BACK_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_POP_BACK_HPP_EAN_11_27_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/pop_back.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
399
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file at.hpp /// Proto callables Fusion at // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_AT_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_AT_HPP_EAN_11_27_2010 #include <boost/ty...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/at.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
378
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file reverse.hpp /// Proto callables Fusion reverse // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_FUSION_REVERSE_HPP_EAN_11_27_2010 #define BOOST_PROTO_FUNCTIONAL_FUSION_REVERSE_HPP_EAN_11_27_2010...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/fusion/reverse.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
383
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file begin.hpp /// Proto callables for boost::begin() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_BEGIN_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_BEGIN_HPP_EAN_27_08_2012 #i...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/begin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
269
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file empty.hpp /// Proto callables for boost::empty() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_EMPTY_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_EMPTY_HPP_EAN_27_08_2012 #i...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/empty.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
163
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file rend.hpp /// Proto callables for boost::rend() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_REND_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_REND_HPP_EAN_27_08_2012 #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/rend.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
275
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file rbegin.hpp /// Proto callables for boost::rbegin() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_RBEGIN_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_RBEGIN_HPP_EAN_27_08_2012...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/rbegin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
281
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file size.hpp /// Proto callables for boost::size() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_SIZE_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_SIZE_HPP_EAN_27_08_2012 #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/size.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
231
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file end.hpp /// Proto callables for boost::end() // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_FUNCTIONAL_RANGE_END_HPP_EAN_27_08_2012 #define BOOST_PROTO_FUNCTIONAL_RANGE_END_HPP_EAN_27_08_2012 #include <...
/content/code_sandbox/src/boost_1_66_0/boost/proto/functional/range/end.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
268
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file null.hpp /// Definintion of null_context\<\>, an evaluation context for /// proto::eval() that simply evaluates each child expression, doesn't /// combine the results at all, and returns void. // // LICENSE_1_0.txt or copy...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/null.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
313
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file callable.hpp /// Definintion of callable_context\<\>, an evaluation context for /// proto::eval() that explodes each node and calls the derived context /// type with the expressions constituents. If the derived context does...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/callable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,892
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/context/detail/preprocessed/callable_eval.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_CHILD_N_TYPE(Z, N, Expr) \ typedef typename proto::result_of::...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/callable_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
810
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/context/detail/preprocessed/default_eval.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_DEFAULT_EVAL_SHIFTED(Z, M, DATA) \ BOOST_PROTO_DEFAULT_EVAL(Z, BOOST_PP...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/default_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
612
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/context/detail/preprocessed/null_eval.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_EVAL_N(Z, N, DATA) \ proto::eval(proto::child_c<N>(expr), ct...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/null_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
365
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file default.hpp /// Definintion of default_context, a default evaluation context for /// proto::eval() that uses Boost.Typeof to deduce return types /// of the built-in operators. // // LICENSE_1_0.txt or copy at path_to_url ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/default.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,882
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file callable_eval.hpp /// Contains specializations of the callable_eval\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url namespace detail { template<typename Expr, typename C...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/preprocessed/callable_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,815
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file null_eval.hpp /// Contains specializations of the null_eval\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url template<typename Expr, typename Context> struct null_eval<Expr, Cont...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/preprocessed/null_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,370
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file default_eval.hpp /// Contains specializations of the default_eval\<\> class template. // // LICENSE_1_0.txt or copy at path_to_url template<typename Expr, typename Context> struct default_eval<E...
/content/code_sandbox/src/boost_1_66_0/boost/proto/context/detail/preprocessed/default_eval.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,093
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file fold.hpp /// Contains definition of the fold<> and reverse_fold<> transforms. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_FOLD_HPP_EAN_11_04_2007 #define BOOST_PROTO_TRANSFORM_FOLD_HPP_EAN_1...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/fold.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,858
```c++ /////////////////////////////////////////////////////////////////////////////// // env.hpp // Helpers for producing and consuming tranform env variables. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_ENV_HPP_EAN_18_07_2012 #define BOOST_PROTO_TRANSFORM_ENV_HPP_EAN_18_07_2012 #incl...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/env.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,207
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file arg.hpp /// Contains definition of the argN transforms. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_ARG_HPP_EAN_11_01_2007 #define BOOST_PROTO_TRANSFORM_ARG_HPP_EAN_11_01_2007 #include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/arg.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,223
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file make.hpp /// Contains definition of the make<> transform. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_MAKE_HPP_EAN_12_02_2007 #define BOOST_PROTO_TRANSFORM_MAKE_HPP_EAN_12_02_2007 #include ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/make.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,241
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file lazy.hpp /// Contains definition of the lazy<> transform. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_LAZY_HPP_EAN_12_02_2007 #define BOOST_PROTO_TRANSFORM_LAZY_HPP_EAN_12_02_2007 #include ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/lazy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
440
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file when.hpp /// Definition of when transform. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_WHEN_HPP_EAN_10_29_2007 #define BOOST_PROTO_TRANSFORM_WHEN_HPP_EAN_10_29_2007 #include <boost/preproce...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/when.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,283
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pass_through.hpp /// /// Definition of the pass_through transform, which is the default transform /// of all of the expression generator metafunctions such as unary_plus<>, plus<> /// and nary_expr<>. // // LICENSE_1_0.txt...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/pass_through.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,166
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file fold_tree.hpp /// Contains definition of the fold_tree<> and reverse_fold_tree<> transforms. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_FOLD_TREE_HPP_EAN_11_05_2007 #define BOOST_PROTO_TRAN...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/fold_tree.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,543
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file call.hpp /// Contains definition of the call<> transform. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 #define BOOST_PROTO_TRANSFORM_CALL_HPP_EAN_11_02_2007 #if defin...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/call.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,971
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file integral_c.hpp /// Contains definition of the integral_c transform and friends. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_INTEGRAL_C_HPP_EAN_04_28_2011 #define BOOST_PROTO_TRANSFORM_INTEGR...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/integral_c.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
548
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file impl.hpp /// Contains definition of transform<> and transform_impl<> helpers. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_IMPL_HPP_EAN_04_03_2008 #define BOOST_PROTO_TRANSFORM_IMPL_HPP_EAN_0...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,780
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/expand_pack.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "preprocess...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/expand_pack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
410
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file default.hpp /// Contains definition of the _default transform, which gives operators their /// usual C++ meanings and uses Boost.Typeof to deduce return types. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PR...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/default.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,103
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "pr...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/construct_pod_funop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
329
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/pass_through_impl.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_DEFINE_TRANSFORM_TYPE(Z, N, DATA) \ typename Grammar::BOOST_PP_CAT(proto_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/pass_through_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
775
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/default_function_impl.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_DEF_FUN_INVOKE_ARG(Z, M, DATA) \ BOOST_PROTO_DEFAULT_EVAL(...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/default_function_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
724
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/fold_impl.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_CHILD_N_TYPE(N) \ BOOST_PP_CAT(proto_child, N) ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/fold_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,257
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/make.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_MAKE_IF(Z, M, DATA) \ make_if_<BOOST_PP_CAT(A, M), Expr, State, ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/make.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,690
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #if BOOST_WORKAROUND(__GNUC__, == 3) || (BOOST_WORKAROUND(__GNUC__, == 4) && __GNUC_MINOR__ == 0) #include <boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp> #endif #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PR...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/make_gcc_workaround.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
864
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pack.hpp /// Contains helpers for pseudo-pack expansion. // // LICENSE_1_0.txt or copy at path_to_url #ifndef BOOST_PROTO_TRANSFORM_DETAIL_PACK_HPP_EAN_2012_07_11 #define BOOST_PROTO_TRANSFORM_DETAIL_PACK_HPP_EAN_2012_07_...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/pack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
627
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/pack_impl.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "preprocessed...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/pack_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
626
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/lazy.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "preprocessed/lazy...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/lazy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
667
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/when.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "preprocessed/when...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/when.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
991
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/construct_funop.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #if defined(__WAVE__) && defined(BOOST_PROTO_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "prepro...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/construct_funop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
320
```c++ #if !defined(BOOST_PROTO_DONT_USE_PREPROCESSED_FILES) #include <boost/proto/transform/detail/preprocessed/call.hpp> #elif !defined(BOOST_PP_IS_ITERATING) #define BOOST_PROTO_NTH_RESULT_TYPE(Z, M, DATA) \ typedef ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/call.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
973
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file expand_pack.hpp /// Contains helpers for pseudo-pack expansion. // // LICENSE_1_0.txt or copy at path_to_url template<typename Tfx, typename Ret > struct expand_pattern_helper<Tfx, Ret()...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/expand_pack.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,273
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file construct_pod_funop.hpp /// Overloads of construct_\<\>::operator(). // // LICENSE_1_0.txt or copy at path_to_url template<typename A0> BOOST_FORCEINLINE Type operator ()(A0 &a0) const {...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/construct_pod_funop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,029
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pass_through_impl.hpp /// /// Specializations of pass_through_impl, used in the implementation of the /// pass_through transform. // // LICENSE_1_0.txt or copy at path_to_url template<typena...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,675
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file default_function_impl.hpp /// Contains definition of the default_function_impl, the implementation of the /// _default transform for function-like nodes. // // LICENSE_1_0.txt or copy at path_to_url...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/default_function_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,508
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file fold_impl.hpp /// Contains definition of fold_impl<> and reverse_fold_impl<> templates. // // LICENSE_1_0.txt or copy at path_to_url template<typename State0, typename Fun, typename Expr, typename S...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/fold_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
12,490
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file make_gcc_workaround.hpp /// Special workaround code to make the make\<\> transform work on certain /// versions of gcc. // // LICENSE_1_0.txt or copy at path_to_url template<typename Tag, t...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/make_gcc_workaround.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
7,948
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file make.hpp /// Contains definition of the make<> transform. // // LICENSE_1_0.txt or copy at path_to_url namespace detail { template<typename R > struct is_applyable<R()> ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/make.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
15,908
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file when.hpp /// Definition of when transform. // // LICENSE_1_0.txt or copy at path_to_url ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/when.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,956
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file pack_impl.hpp /// Contains helpers for pseudo-pack expansion. // // LICENSE_1_0.txt or copy at path_to_url template<typename Fun, typename Cont> struct expand_pattern<1, Fun, Cont> ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/pack_impl.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,329
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file construct_funop.hpp /// Overloads of construct_\<\>::operator(). // // LICENSE_1_0.txt or copy at path_to_url template<typename A0> BOOST_FORCEINLINE Type operator ()(A0 &a0) const { ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/construct_funop.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
968
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file lazy.hpp /// Contains definition of the lazy<> transform. // // LICENSE_1_0.txt or copy at path_to_url template<typename Object > struct lazy<Object()> ...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/lazy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,212
```c++ #ifndef BOOST_MPL_NOT_EQUAL_TO_HPP_INCLUDED #define BOOST_MPL_NOT_EQUAL_TO_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #define AUX778076_OP_NAME not_equal_to #define AUX778076_OP_TOKEN != #includ...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/not_equal_to.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
104
```c++ #ifndef BOOST_MPL_PUSH_FRONT_HPP_INCLUDED #define BOOST_MPL_PUSH_FRONT_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/push_front_fwd.hpp> #include <boost/mpl/aux_/push_front_impl...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/push_front.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
302
```c++ #ifndef BOOST_MPL_LONG_HPP_INCLUDED #define BOOST_MPL_LONG_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/long_fwd.hpp> #define AUX_WRAPPER_VALUE_TYPE long #include <boost/mpl/a...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/long.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
98
```c++ #ifndef BOOST_MPL_LESS_HPP_INCLUDED #define BOOST_MPL_LESS_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #define AUX778076_OP_NAME less #define AUX778076_OP_TOKEN < #include <boost/mpl/aux_/compari...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/less.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ #ifndef BOOST_MPL_POP_FRONT_FWD_HPP_INCLUDED #define BOOST_MPL_POP_FRONT_FWD_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { template< typename Tag > struct pop_fro...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/pop_front_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
101
```c++ /////////////////////////////////////////////////////////////////////////////// /// \file call.hpp /// Contains definition of the call<> transform. // // LICENSE_1_0.txt or copy at path_to_url template<typename Fun , typename A0> struct call<Fun(A0...)> : transform<cal...
/content/code_sandbox/src/boost_1_66_0/boost/proto/transform/detail/preprocessed/call.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,534
```c++ #ifndef BOOST_MPL_MIN_HPP_INCLUDED #define BOOST_MPL_MIN_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/min_max.hpp> #endif // BOOST_MPL_MIN_HPP_INCLUDED ```
/content/code_sandbox/src/boost_1_66_0/boost/mpl/min.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
78
```c++ #ifndef BOOST_MPL_MAX_HPP_INCLUDED #define BOOST_MPL_MAX_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/min_max.hpp> #endif // BOOST_MPL_MAX_HPP_INCLUDED ```
/content/code_sandbox/src/boost_1_66_0/boost/mpl/max.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
78
```c++ #ifndef BOOST_MPL_VALUE_TYPE_HPP_INCLUDED #define BOOST_MPL_VALUE_TYPE_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/value_type_fwd.hpp> #include <boost/mpl/sequence_tag.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/value_type.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
232
```c++ #ifndef BOOST_MPL_SET_HPP_INCLUDED #define BOOST_MPL_SET_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #if !defined(BOOST_MPL_PREPROCESSING_MODE) # include <boost/mpl/limits/set.hpp> # include ...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/set.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
401
```c++ #ifndef BOOST_MPL_INSERT_HPP_INCLUDED #define BOOST_MPL_INSERT_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/insert_fwd.hpp> #include <boost/mpl/sequence_tag.hpp> #include <boos...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/insert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
237
```c++ #ifndef BOOST_MPL_ORDER_FWD_HPP_INCLUDED #define BOOST_MPL_ORDER_FWD_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { template< typename Tag > struct order_impl; tem...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/order_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
101
```c++ #ifndef BOOST_MPL_EMPTY_BASE_HPP_INCLUDED #define BOOST_MPL_EMPTY_BASE_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/bool.hpp> #include <boost/mpl/aux_/config/msvc.hpp> #include...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/empty_base.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
324
```c++ #ifndef BOOST_MPL_REMOVE_HPP_INCLUDED #define BOOST_MPL_REMOVE_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/remove_if.hpp> #include <boost/mpl/same_as.hpp> #include <boost/mpl/...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/remove.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
212
```c++ #ifndef BOOST_MPL_BITAND_HPP_INCLUDED #define BOOST_MPL_BITAND_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ // agurt, 23/jan/10: workaround a conflict with <iso646.h> header's // macros, see path...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/bitand.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
259
```c++ #ifndef BOOST_MPL_SIZE_FWD_HPP_INCLUDED #define BOOST_MPL_SIZE_FWD_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { template< typename Tag > struct size_impl; templa...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/size_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ #ifndef BOOST_MPL_BEGIN_HPP_INCLUDED #define BOOST_MPL_BEGIN_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/begin_end.hpp> #endif // BOOST_MPL_BEGIN_HPP_INCLUDED ```
/content/code_sandbox/src/boost_1_66_0/boost/mpl/begin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
79
```c++ #ifndef BOOST_MPL_LONG_FWD_HPP_INCLUDED #define BOOST_MPL_LONG_FWD_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/aux_/adl_barrier.hpp> #include <boost/mpl/aux_/nttp_decl.hpp> B...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/long_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
149
```c++ #ifndef BOOST_MPL_POP_FRONT_HPP_INCLUDED #define BOOST_MPL_POP_FRONT_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/pop_front_fwd.hpp> #include <boost/mpl/aux_/pop_front_impl.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/pop_front.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
209
```c++ #ifndef BOOST_MPL_EMPTY_HPP_INCLUDED #define BOOST_MPL_EMPTY_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/empty_fwd.hpp> #include <boost/mpl/sequence_tag.hpp> #include <boost/m...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/empty.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
201
```c++ #ifndef BOOST_MPL_INDEX_OF_HPP_INCLUDED #define BOOST_MPL_INDEX_OF_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/index_if.hpp> #include <boost/mpl/same_as.hpp> #include <boost/m...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/index_of.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
198
```c++ #ifndef BOOST_MPL_AT_FWD_HPP_INCLUDED #define BOOST_MPL_AT_FWD_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ namespace boost { namespace mpl { template< typename Tag > struct at_impl; template< ty...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/at_fwd.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
99
```c++ #ifndef BOOST_MPL_IS_SEQUENCE_HPP_INCLUDED #define BOOST_MPL_IS_SEQUENCE_HPP_INCLUDED // // (See accompanying file LICENSE_1_0.txt or copy at // path_to_url // // See path_to_url for documentation. // $Id$ // $Date$ // $Revision$ #include <boost/mpl/not.hpp> #include <boost/mpl/and.hpp> #include <boost/mpl/...
/content/code_sandbox/src/boost_1_66_0/boost/mpl/is_sequence.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
721