Searched defs:is_void (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dtype_support.h22 struct is_void : false_type {}; struct in namespace:fbl
25 struct is_void<void> : true_type {}; struct in namespace:fbl
28 struct is_void<const void> : true_type {}; struct in namespace:fbl
31 struct is_void<volatile void> : true_type {}; struct in namespace:fbl
34 struct is_void<const volatile void> : true_type {}; struct in namespace:fbl

Completed in 13 milliseconds