Nui
|
Namespaces | |
Detail | |
Classes | |
struct | comment |
struct | text |
Functions | |
template<typename... ParametersT> | |
constexpr auto | fragment (ParametersT &&... params) |
A fragment is a collection of elements that can be inserted into a parent without an enclosing tag. More... | |
template<typename T > | |
auto | case_ (T &&value) |
auto | default_ () |
template<typename T > | |
constexpr auto | switch_ (Observed< T > &observed) |
|
inline |
|
inline |
|
constexpr |
A fragment is a collection of elements that can be inserted into a parent without an enclosing tag.
ChildrenT |
|
constexpr |