Wt examples  4.0.0
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

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 Sep 4 2017 for the C++ Web Toolkit (Wt) by doxygen 1.8.11