OSSIA
Open Scenario System for Interactive Application
behavior.hpp File Reference

Go to the source code of this file.

Namespaces

 ossia
 

Functions

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)