MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
helper::MediaDetector::Entry Struct Reference

Public Member Functions

template<typename Char , uint32_t count>
 Entry (const int64_t o, const Char(&v)[count])
 
 Entry (const int64_t o, const char *v)
 

Public Attributes

int64_t offset {0}
 
std::string value
 

Constructor & Destructor Documentation

◆ Entry() [1/2]

template<typename Char , uint32_t count>
helper::MediaDetector::Entry::Entry ( const int64_t  o,
const Char(&)  v[count] 
)
inline

◆ Entry() [2/2]

helper::MediaDetector::Entry::Entry ( const int64_t  o,
const char *  v 
)
inline

Member Data Documentation

◆ offset

int64_t helper::MediaDetector::Entry::offset {0}

◆ value

std::string helper::MediaDetector::Entry::value

The documentation for this struct was generated from the following file: