WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
trait.h
Go to the documentation of this file.
1#pragma once
2#include <cstddef>
3#ifdef WEBCFACE_MESON
4#include "webcface-config.h"
5#else
6#include "webcface/common/webcface-config.h"
7#endif
8
10namespace traits {
11using TraitOkType = std::nullptr_t;
12constexpr std::nullptr_t TraitOk = nullptr;
13} // namespace traits
std::nullptr_t TraitOkType
Definition trait.h:11
constexpr std::nullptr_t TraitOk
Definition trait.h:12
#define WEBCFACE_NS_END
Definition webcface-config.h:104
#define WEBCFACE_NS_BEGIN
Definition webcface-config.h:103