#include <memory>
#include <algorithm>
Go to the source code of this file.
|
| | ttv |
| | JSON (JavaScript Object Notation).
|
| |
|
| template<typename Arg > |
| using | ttv::VoidType = typename MakeVoid< Arg >::Type |
| |
◆ ttv::CallbackQueue::LookupEntry
| struct ttv::CallbackQueue::LookupEntry |
template<typename FunctionType>
struct ttv::CallbackQueue< FunctionType >::LookupEntry
| Class Members |
|
FunctionType |
callback |
|
|
LookupId |
lookupId |
|
◆ ttv::MakeVoid
template<typename Arg>
struct ttv::MakeVoid< Arg >
| Class Members |
|
typedef void |
Type |
|