Nui
|
#include <nui/window.hpp>
#include <nui/data_structures/selectables_registry.hpp>
#include <nui/utility/meta/pick_first.hpp>
#include <nui/shared/on_destroy.hpp>
#include <traits/functions.hpp>
#include <nlohmann/json.hpp>
#include <fmt/format.h>
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <functional>
#include <unordered_map>
#include <mutex>
Go to the source code of this file.
Namespaces | |
namespace | Nui |
namespace | Nui::Detail |
Functions | |
template<typename ArgT > | |
static constexpr auto | Nui::Detail::extractJsonMember (nlohmann::json const &json) -> decltype(auto) |