23#ifndef INCLUDED_CPPUHELPER_PROPTYPEHLP_H
24#define INCLUDED_CPPUHELPER_PROPTYPEHLP_H
28namespace com {
namespace sun {
namespace star {
namespace uno {
class Any; } } } }
39template <
class target >
void SAL_CALL convertPropertyValue(target &value, const css::uno::Any &a)
Converts the value stored in an any to a concrete C++ type.