Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
Dtest_lazy_sfinae.pass.cpp21 struct ConstructibleFromT { struct
23 ConstructibleFromT(ConstructFrom v) : value(v) {} in ConstructibleFromT() argument
24 ConstructFrom value;