Wt examples  4.10.4
Classes | Namespaces | Functions
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

 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 }