Nui
Namespaces | Functions
helpers.hpp File Reference
#include "mac_includes.hpp"
Include dependency graph for helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Nui
 
 Nui::MacOs
 

Functions

template<typename Result , typename Callable , typename... Args>
Result Nui::MacOs::invoke (Callable callable, Args... args) noexcept
 
template<typename Result , typename... Args>
Result Nui::MacOs::msg_send (Args... args) noexcept
 
id Nui::MacOs::operator""_cls (const char *s, std::size_t)
 
SEL Nui::MacOs::operator""_sel (const char *s, std::size_t)
 
id Nui::MacOs::operator""_str (const char *s, std::size_t)