Struct VectorTypeTraits
Synopsis
#include <orm_lib/inc/drogon/orm/SqlBinder.h>
template <typename T>
struct VectorTypeTraits
Description
No description yet.
Source
Lines 110-116 in orm_lib/inc/drogon/orm/SqlBinder.h.
template <typename T>
struct VectorTypeTraits
{
static const bool isVector = false;
static const bool isPtrVector = false;
using ItemsType = T;
};