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

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dtype_support.h78 struct is_reference : false_type {}; struct in namespace:fbl
81 struct is_reference<T&> : true_type {}; struct in namespace:fbl
84 struct is_reference<T&&> : true_type {}; struct in namespace:fbl

Completed in 25 milliseconds