Nui
Namespaces | Classes | Functions
Nui::Elements Namespace Reference

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)
 

Function Documentation

◆ case_()

template<typename T >
auto Nui::Elements::case_ ( T &&  value)
inline

◆ default_()

auto Nui::Elements::default_ ( )
inline

◆ fragment()

template<typename... ParametersT>
constexpr auto Nui::Elements::fragment ( ParametersT &&...  params)
constexpr

A fragment is a collection of elements that can be inserted into a parent without an enclosing tag.

Template Parameters
ChildrenT

◆ switch_()

template<typename T >
constexpr auto Nui::Elements::switch_ ( Observed< T > &  observed)
constexpr