Home
last modified time | relevance | path

Searched defs:CopyConstructible (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp22 struct CopyConstructible { struct
24 constexpr explicit CopyConstructible(int i) : x(i) { } in CopyConstructible() argument
25 …constexpr CopyConstructible(CopyConstructible const& other) noexcept(NoexceptCopy) : x(other.x) { } in CopyConstructible() function
27 constexpr bool operator==(CopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp21 struct CopyConstructible { struct
23 constexpr explicit CopyConstructible(int i) : x(i) { } in CopyConstructible() argument
24 …constexpr CopyConstructible(CopyConstructible const& other) noexcept(NoexceptCopy) : x(other.x) { } in CopyConstructible() argument
26 constexpr bool operator==(CopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp22 struct CopyConstructible { struct
24 constexpr explicit CopyConstructible(int i) : x(i) { } in CopyConstructible() argument
25 …constexpr CopyConstructible(CopyConstructible const& other) noexcept(NoexceptCopy) : x(other.x) { } in CopyConstructible() argument
27 constexpr bool operator==(CopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.nonprop.cache/
H A Dctor.copy.pass.cpp22 struct CopyConstructible { struct
24 constexpr explicit CopyConstructible(int i) : x(i) { } in CopyConstructible() argument
25 …constexpr CopyConstructible(CopyConstructible const& other) noexcept(NoexceptCopy) : x(other.x) { } in CopyConstructible() argument
27 constexpr bool operator==(CopyConstructible const& other) const { return x == other.x; } in operator ==() argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dtypes.h23 struct CopyConstructible { struct
25 constexpr explicit CopyConstructible(int x) : value(x) { } in CopyConstructible() argument
27 CopyConstructible& operator=(CopyConstructible const&) = delete; argument
31 static_assert(!std::copyable<CopyConstructible>); argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dtypes.h23 struct CopyConstructible { struct
25 constexpr explicit CopyConstructible(int x) : value(x) { } in CopyConstructible() function
27 CopyConstructible& operator=(CopyConstructible const&) = delete; argument
31 static_assert(!std::copyable<CopyConstructible>); argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dtypes.h23 struct CopyConstructible { struct
25 constexpr explicit CopyConstructible(int x) : value(x) { } in CopyConstructible() argument
27 CopyConstructible& operator=(CopyConstructible const&) = delete; argument
31 static_assert(!std::copyable<CopyConstructible>); argument
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/libcxx/ranges/range.adaptors/range.copy.wrap/
H A Dtypes.h23 struct CopyConstructible { struct
25 constexpr explicit CopyConstructible(int x) : value(x) { } in CopyConstructible() argument
27 CopyConstructible& operator=(CopyConstructible const&) = delete; argument
31 static_assert(!std::copyable<CopyConstructible>); argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/concept/
H A Dcopy_constructible.h39 struct CopyConstructible { struct
/dports/devel/boost-docs/boost_1_72_0/boost/gil/concepts/
H A Dbasic.hpp61 struct CopyConstructible struct
63 void constraints() in constraints()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/concepts/
H A Dbasic.hpp62 struct CopyConstructible struct
64 void constraints() in constraints()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/concepts/
H A Dbasic.hpp62 struct CopyConstructible struct
64 void constraints() in constraints()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/concepts/
H A Dbasic.hpp61 struct CopyConstructible struct
63 void constraints() in constraints()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/concepts/
H A Dbasic.hpp61 struct CopyConstructible struct
63 void constraints() in constraints()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/concepts/
H A Dbasic.hpp62 struct CopyConstructible struct
64 void constraints() in constraints()
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DExpected.h263 struct CopyConstructible { struct
265 CopyConstructible(const CopyConstructible& that) noexcept(Noexcept) { in noexcept() argument
269 CopyConstructible& operator=(const CopyConstructible&) = default; argument
270 CopyConstructible& operator=(CopyConstructible&&) = default; argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DExpected.h312 struct CopyConstructible { struct
314 CopyConstructible(const CopyConstructible& that) noexcept(Noexcept) { in noexcept() argument
318 CopyConstructible& operator=(const CopyConstructible&) = default; argument
319 CopyConstructible& operator=(CopyConstructible&&) = default; argument
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DConceptImpls.h86 CopyConstructible() : value(defaultValue) {} in CopyConstructible() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkConceptChecking.h153 struct CopyConstructible { struct
154 struct Constraints {
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dgil_concept.hpp137 struct CopyConstructible { struct
138 void constraints() { in constraints()

12