]>
git.saurik.com Git - apple/xnu.git/blob - tests/bounded_array_ref_src/operator.bool.cpp
3 // explicit operator bool() const;
6 #include <libkern/c++/bounded_array_ref.h>
7 #include "test_policy.h"
8 #include <darwintest.h>
9 #include <darwintest_utils.h>
18 test_bounded_array_ref
<T
> const view
;
26 test_bounded_array_ref
<T
> const view(array
);
35 T_DECL(operator_bool
, "bounded_array_ref.operator.bool") {