D++ (DPP)  10.0.30
C++ Discord API Bot Library
sync.h File Reference
#include <dpp/export.h>
#include <dpp/snowflake.h>
#include <future>
#include <utility>
#include <dpp/exception.h>
Include dependency graph for sync.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 dpp
 The main namespace for D++ functions.
 

Functions

template<typename T , class F , class... Ts>
dpp::sync (class cluster *c, F func, Ts &&... args)
 Call a D++ REST function synchronously. More...