Home
last modified time | relevance | path

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/
Dconstructible.h39 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/
Dconstructible.h39 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/
Dconstructible.h39 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/
Dconstructible.h39 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/
Dconstructible.h39 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 Dconstructible.h39 concept move_constructible = constructible_from<_Tp, _Tp> && convertible_to<_Tp, _Tp>; variable