---
title: operator<=
framework: driverkit
role: symbol
role_heading: Function Template
path: driverkit/libkern/operator_=-8131f
---

# operator<=

## Declaration

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