Nui
nui
include
nui
frontend
elements
nil.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
nui/frontend/elements/impl/html_element_incl.hpp
>
4
5
namespace
Nui
6
{
7
[[maybe_unused]]
static
auto
nil
()
8
{
9
return
[](
auto
& parentElement,
Renderer
const
&) {
10
return
std::shared_ptr<std::decay_t<decltype(parentElement)>>(
nullptr
);
11
};
12
}
13
}
html_element_incl.hpp
Nui
Definition:
file_dialog.hpp:6
Nui::nil
static auto nil()
Definition:
nil.hpp:7
Nui::Renderer
Definition:
materialize.hpp:52
Generated by
1.9.1