Home
last modified time | relevance | path

Searched defs:make_unique (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/games/maxr/maxr-0.2.9/src/config/workaround/
H A Dmakeunique.h38 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique() in make_unique() function
44 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1) in make_unique() function
50 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
56 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
62 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
68 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
74 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
80 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
86 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
92 inline typename enable_if < !is_array<T>::value, unique_ptr<T >>::type make_unique (A1&& arg1, A2&&… in make_unique() function
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/devel/hyperscan/boost_1_75_0/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/devel/R-cran-BH/BH/inst/include/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/devel/boost-libs/boost_1_72_0/boost/smart_ptr/
H A Dmake_unique.hpp23 make_unique() in make_unique() function
31 make_unique(Args&&... args) in make_unique() function
39 make_unique(typename remove_reference<T>::type&& value) in make_unique() function
54 make_unique(std::size_t size) in make_unique() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/databases/xtrabackup/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/databases/percona57-server/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/databases/percona57-client/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
H A Dmake_unique.hpp62 inline typename detail::up_if_object<T>::type make_unique() in make_unique() function
70 make_unique(Args&&... args) in make_unique() function
78 make_unique(typename detail::up_remove_reference<T>::type&& value) in make_unique() function
90 inline typename detail::up_if_array<T>::type make_unique(std::size_t n) in make_unique() function
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/smart_ptr/
H A Dmake_unique_object.hpp20 make_unique() { in make_unique() function
27 make_unique(Args&&... args) { in make_unique() function
34 make_unique(typename add_rvalue_reference<T>::type value) { in make_unique() function
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dmake_unique.h10 std::unique_ptr<T> make_unique(Args&&... args) { in make_unique() function
15 std::unique_ptr<T, Deleter> make_unique(Args&&... args) { in make_unique() function
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/smart_ptr/
H A Dmake_unique.hpp62 inline typename detail::up_if_object<T>::type make_unique() in make_unique() function
70 make_unique(Args&&... args) in make_unique() function
78 make_unique(typename detail::up_remove_reference<T>::type&& value) in make_unique() function
90 inline typename detail::up_if_array<T>::type make_unique(std::size_t n) in make_unique() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/smart_ptr/
H A Dmake_unique.hpp64 make_unique() in make_unique() function
72 make_unique(Args&&... args) in make_unique() function
80 make_unique(typename detail::up_remove_reference<T>::type&& value) in make_unique() function
94 make_unique(std::size_t size) in make_unique() function
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dmake_unique.h28 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type make_unique( in make_unique() function
36 make_unique(std::size_t n) { in make_unique() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/utils/
H A Dstl_compatibility.h31 constexpr auto make_unique(Args&&... args) in make_unique() function
37 constexpr auto make_unique(std::size_t size) in make_unique() function
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dmake_unique.h28 typename std::enable_if<!std::is_array<T>::value, std::unique_ptr<T>>::type make_unique( in make_unique() function
36 make_unique(std::size_t n) { in make_unique() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/utils/
H A Dstl_compatibility.h31 constexpr auto make_unique(Args&&... args) in make_unique() function
37 constexpr auto make_unique(std::size_t size) in make_unique() function

12345678910>>...16