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

Namespaces

 dpp
 The main namespace for D++ functions.
 

Functions

template<typename T >
auto dpp::run_once ()
 Run some code within an if() statement only once. More...