22 explicit operator
Nui::
val const&() const& noexcept;
23 explicit operator
Nui::
val() && noexcept;
Common base class for classes that are just wrapping around val into js world.
Definition val_wrapper.hpp:11
Nui::val val_
Definition val_wrapper.hpp:26
ValWrapper(ValWrapper &&) noexcept=default
ValWrapper(ValWrapper const &)=default
virtual ~ValWrapper()=default
Definition file_dialog.hpp:6
emscripten::val val
Definition val.hpp:5