Searched defs:move_constructible (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__concepts/ |
D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__concepts/ |
D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__concepts/ |
D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__concepts/ |
D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__concepts/ |
D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__concepts/ |
H A D | constructible.h | 39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable
|