Wt examples  4.10.4
Loading...
Searching...
No Matches
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

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}
Wt::Auth::Dbo::UserDatabase< AuthInfo > UserDatabase
Definition Session.h:22