|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
#include <memory>Go to the source code of this file.
Classes | |
| struct | tgbotxx::isPtr< T > |
| struct | tgbotxx::isPtr< Ptr< T > > |
| struct | tgbotxx::isPtr< CPtr< T > > |
| struct | tgbotxx::isPtr< PtrC< T > > |
| struct | tgbotxx::isPtr< CPtrC< T > > |
Namespaces | |
| namespace | tgbotxx |
Typedefs | |
| template<typename T > | |
| using | tgbotxx::Ptr = std::shared_ptr< T > |
| template<typename T > | |
| using | tgbotxx::CPtr = const std::shared_ptr< T > |
| template<typename T > | |
| using | tgbotxx::PtrC = std::shared_ptr< const T > |
| template<typename T > | |
| using | tgbotxx::CPtrC = const std::shared_ptr< const T > |
Functions | |
| template<typename T , typename... Args> | |
| static Ptr< T > | tgbotxx::makePtr (Args &&...args) |