Go to the source code of this file.
|  | 
| template<typename Functor > | 
| auto | ossia::apply (Functor &&functor, const behavior &var) -> decltype(auto) | 
|  | 
| template<typename Functor > | 
| auto | ossia::apply (Functor &&functor, behavior &var) -> decltype(auto) | 
|  | 
| template<typename Functor > | 
| auto | ossia::apply (Functor &&functor, behavior &&var) -> decltype(auto) | 
|  | 
| template<typename Functor > | 
| auto | ossia::apply_nonnull (Functor &&functor, const behavior &var) -> decltype(auto) | 
|  | 
| template<typename Functor > | 
| auto | ossia::apply_nonnull (Functor &&functor, behavior &var) -> decltype(auto) | 
|  | 
| template<typename Functor > | 
| auto | ossia::apply_nonnull (Functor &&functor, behavior &&var) -> decltype(auto) | 
|  |