![]() |
droplet 1.3.0
A multipurpose Discord bot with the hacker in mind
|
#include <RowDTOAdapter.hpp>
Public Member Functions | |
| RowDTOAdapter (const NativeDatabase::Row &row) | |
| template<typename T> | |
| T | get (const std::string &field_name) const |
| get the value of a field with the specified name | |
|
inline |
|
inline |
get the value of a field with the specified name
| field_name | the name of the field in the database row |