Skip to content

add `bound()` member function to LocalView and LocalFunction

This merge requests adds a bound() member function to the LocalView and LocalFunction concepts and implementations. The DefaultLocalView::isBound() member function is deprecated in favor of this method.

Closes: #72 (closed)

Merge request reports