Home
last modified time | relevance | path

Searched refs:DefaultConstructible (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/issues/
H A Dgithub_260.cpp15 struct DefaultConstructible { struct
16 DefaultConstructible() = default;
21 std::make_tuple(hana::curry<2>(DefaultConstructible{})(DefaultConstructible{})) in main()
25 std::make_tuple(hana::partial(DefaultConstructible{}, DefaultConstructible{})) in main()
29 std::make_tuple(hana::reverse_partial(DefaultConstructible{}, DefaultConstructible{})) in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/issues/
H A Dgithub_260.cpp15 struct DefaultConstructible { struct
16 DefaultConstructible() = default;
21 std::make_tuple(hana::curry<2>(DefaultConstructible{})(DefaultConstructible{})) in main()
25 std::make_tuple(hana::partial(DefaultConstructible{}, DefaultConstructible{})) in main()
29 std::make_tuple(hana::reverse_partial(DefaultConstructible{}, DefaultConstructible{})) in main()
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/issues/
H A Dgithub_260.cpp15 struct DefaultConstructible { struct
16 DefaultConstructible() = default;
21 std::make_tuple(hana::curry<2>(DefaultConstructible{})(DefaultConstructible{})) in main()
25 std::make_tuple(hana::partial(DefaultConstructible{}, DefaultConstructible{})) in main()
29 std::make_tuple(hana::reverse_partial(DefaultConstructible{}, DefaultConstructible{})) in main()
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/issues/
H A Dgithub_260.cpp15 struct DefaultConstructible { struct
16 DefaultConstructible() = default;
21 std::make_tuple(hana::curry<2>(DefaultConstructible{})(DefaultConstructible{})) in main()
25 std::make_tuple(hana::partial(DefaultConstructible{}, DefaultConstructible{})) in main()
29 std::make_tuple(hana::reverse_partial(DefaultConstructible{}, DefaultConstructible{})) in main()
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DConceptImpls.h43 class DefaultConstructible
48 DefaultConstructible() : value(defaultValue) {} in DefaultConstructible() function
49 ~DefaultConstructible() = default;
51 DefaultConstructible(const DefaultConstructible&) = delete;
52 DefaultConstructible(DefaultConstructible&&) = delete;
53 DefaultConstructible& operator=(const DefaultConstructible&) = delete;
54 DefaultConstructible& operator=(DefaultConstructible&&) = delete;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.adaptors/range.take/
H A Dctor.default.pass.cpp20 struct DefaultConstructible : std::ranges::view_base { struct
21 constexpr DefaultConstructible() : begin_(buff), end_(buff + 8) { } in DefaultConstructible() function
37 std::ranges::take_view<DefaultConstructible> tv; in test() argument
44 static_assert( std::is_default_constructible_v<std::ranges::take_view<DefaultConstructible>>); in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/base/
H A Dresult.h238 struct DefaultConstructible { struct
239 constexpr DefaultConstructible() = default;
240 constexpr DefaultConstructible(int) {} in DefaultConstructible() function
244 struct DefaultConstructible<false> {
245 constexpr DefaultConstructible() = delete;
246 constexpr DefaultConstructible(int) {}
301 class Result : public internal::DefaultConstructible<
330 typedef internal::DefaultConstructible<
332 DefaultConstructible;
349 : DefaultConstructible(0),
[all …]
/dports/devel/estd/estd-0.4.0/test/result/
H A Dconversion.cpp50 struct DefaultConstructible { DefaultConstructible() {} }; in DefaultConstructible() struct
102 static_assert(std::is_convertible<in_place_valid_t, result<DefaultConstructible, Error>>{}, "…
103 static_assert(std::is_convertible<in_place_error_t, result<void, DefaultConstructible>>{}, "");
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() function
50 DefaultConstructible x = 1; in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc44 struct DefaultConstructible in test02() struct
46 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
50 DefaultConstructible x = 1; in test02()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/exchange/
H A D1.cc46 struct DefaultConstructible in test02() struct
48 DefaultConstructible(int i = 0) : value(i) { } in test02() argument
52 DefaultConstructible x = 1; in test02()

12345678910>>...23