---
title: "operator>"
framework: driverkit
role: symbol
role_heading: Function Template
path: driverkit/libkern/operator_-89g32
---

# operator>

## Declaration

```occ
template <typename T, typename U, typename P1, typename P2, typename = detail::detail::WhenOrderable<T * *, U * *>> bool operator>(const bounded_ptr<T, P1> & a, const bounded_ptr<U, P2> & b);
```
