PoDoFo 1.0.0-dev
|
Templatized object type getter helper. More...
#include <PdfObject.h>
Public Types | |
using | TRet = T |
Static Public Member Functions | |
static TRet | Get (const PdfObject &obj) |
static TRet | Get (const PdfObject &obj, const T &defVal) |
static bool | TryGet (const PdfObject &obj, T &value) |
Templatized object type getter helper.