Wt examples  4.0.5
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 cpp14::make_unique<DeferredWidget<Function>>(f);
65 }

Generated on Mon May 20 2019 for the C++ Web Toolkit (Wt) by doxygen 1.8.14