Home
last modified time | relevance | path

Searched defs:is_const (Results 1 – 25 of 1497) sorted by relevance

12345678910>>...60

/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/module/
H A DModule_generated_CppMethod.h38 inline bool is_const() { return false; } in is_const() function
56 inline bool is_const() { return false; } in is_const() function
75 inline bool is_const() { return true; } in is_const() function
93 inline bool is_const() { return true; } in is_const() function
115 inline bool is_const() { return false; } in is_const() function
135 inline bool is_const() { return false; } in is_const() function
155 inline bool is_const() { return true; } in is_const() function
175 inline bool is_const() { return true; } in is_const() function
241 inline bool is_const() { return true; } in is_const() function
262 inline bool is_const() { return true; } in is_const() function
[all …]
H A DModule_generated_Pointer_CppMethod.h37 inline bool is_const(){ return false ; } in is_const() function
55 inline bool is_const(){ return false ; } in is_const() function
75 inline bool is_const(){ return true ; } in is_const() function
93 inline bool is_const(){ return true ; } in is_const() function
116 inline bool is_const(){ return false; } in is_const() function
136 inline bool is_const() { return false; } in is_const() function
159 inline bool is_const() { return true; } in is_const() function
179 inline bool is_const() { return true; } in is_const() function
202 inline bool is_const(){ return false; } in is_const() function
247 inline bool is_const() { return true; } in is_const() function
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
H A Dno_spec_overloads.hpp12 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_HEAD(name, is_const) \ argument
28 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
34 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
125 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_HEAD(result, name, is_const) \ argument
/dports/devel/R-cran-BH/BH/inst/include/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/devel/boost-libs/boost_1_72_0/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/devel/hyperscan/boost_1_75_0/boost/parameter/aux_/preprocessor/impl/
H A Dfunction_name.hpp75 #define BOOST_PARAMETER_FUNCTION_SPECIFICATION_NAME(base, is_const) \ argument
91 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_RESULT_NAME(base, is_const) \ argument
106 #define BOOST_PARAMETER_FUNCTION_RESULT_NAME(base, is_const) \ argument
122 #define BOOST_PARAMETER_NO_SPEC_FUNCTION_IMPL_NAME(base, is_const) \ argument
141 #define BOOST_PARAMETER_FUNCTION_IMPL_NAME(base, is_const) \ argument
/dports/devel/hyperscan/boost_1_75_0/boost/core/
H A Dswap.hpp37 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
38 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/core/
H A Dswap.hpp37 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
38 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/devel/R-cran-BH/BH/inst/include/boost/core/
H A Dswap.hpp37 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
38 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/core/
H A Dswap.hpp37 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
38 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; argument
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/devel/boost-libs/boost_1_72_0/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/devel/boost-python-libs/boost_1_72_0/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; argument
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; argument
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; struct
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; argument
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/devel/boost-docs/boost_1_72_0/boost/core/
H A Dswap.hpp34 template<class T> struct is_const { enum _vt { value = 0 }; }; struct
35 template<class T> struct is_const<T const> { enum _vt { value = 1 }; }; argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/parameter/
H A Dpreprocessor_no_spec.hpp25 // Helper macro for BOOST_PARAMETER_NO_SPEC_MEMBER_FUNCTION,
41 // Exapnds to a variadic member function header that is enabled if and only if
48 // Exapnds to a const-qualified variadic member function header that is
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/common/
H A Dfunction_traits.hpp40 using is_const = std::true_type; typedef
67 using is_const = std::false_type; typedef
78 using is_const = std::true_type; typedef

12345678910>>...60