Home
last modified time | relevance | path

Searched defs:constructible_from (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/numeric.ops/transform.reduce/
H A Dpstl.transform_reduce.binary.pass.cpp42 struct constructible_from { struct
45 explicit constructible_from(T v) : v_(v) {} in constructible_from() argument
51 T get() const { return v_; } in get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__concepts/
H A Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable