Wt examples  4.11.1
Loading...
Searching...
No Matches
Home.h File Reference
#include <Wt/WApplication.h>
#include <Wt/WContainerWidget.h>

Go to the source code of this file.

Classes

struct  Lang
class  DeferredWidget< Function >
class  Home

Namespaces

namespace  Wt

Functions

template<typename Function>
std::unique_ptr< DeferredWidget< Function > > deferCreate (Function f)

Function Documentation

◆ deferCreate()

template<typename Function>
std::unique_ptr< DeferredWidget< Function > > deferCreate ( Function f)

Definition at line 62 of file Home.h.

63{
64 return std::make_unique<DeferredWidget<Function>>(f);
65}