Implement the 'detection idiom' from LFTS v2
authorMarshall Clow <mclow.lists@gmail.com>
Sat, 26 Nov 2016 15:49:40 +0000 (15:49 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Sat, 26 Nov 2016 15:49:40 +0000 (15:49 +0000)
commit3b3352dead5c00ec49ff619607e5507c8a7314e2
tree910ea40f3a708df3e2b9ab61eab469419596dfda
parent8bd69b7ed9fb4e9d815326b3cfd507584e98c7ad
Implement the 'detection idiom' from LFTS v2

llvm-svn: 287981
libcxx/include/experimental/type_traits
libcxx/test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.detect/detected_t.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_convertible.pass.cpp [new file with mode: 0644]
libcxx/test/std/experimental/utilities/meta/meta.detect/is_detected_exact.pass.cpp [new file with mode: 0644]