#include <ScopedPtr.h>
◆ operator()()
template<class T , class B = T>
27 {
28
29
30 #if !defined(__clang__) && defined(__GNUC__)
31 #pragma GCC diagnostic push
32 #pragma GCC diagnostic ignored "-Wsign-conversion"
33 #endif
34 using complete_type_checker = char[sizeof(T) ? 1 : -1];
35 #if !defined(__clang__) && defined(__GNUC__)
36 #pragma GCC diagnostic pop
37 #endif
38 static_cast<void>(sizeof(complete_type_checker));
39 delete ptr;
40 }
The documentation for this struct was generated from the following file: