Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable
/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
/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__concepts/
Dconstructible.h27 concept constructible_from = destructible<_Tp> && is_constructible_v<_Tp, _Args...>; variable