FACT++  1.0
std::vector< boost::any > Converter::GetAny ( const void *  d,
size_t  size 
) const

Definition at line 719 of file Converter.cc.

References size.

Referenced by GetSize().

720 {
721  return Get<vector<boost::any>>(dat, size);
722 }
int size
Definition: db_dim_server.c:17

+ Here is the caller graph for this function: