lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Passes data to a specific destination. More...
#include <property.h>
Inherits cloneable.
Public Member Functions | |
virtual bool | operator() (Class &object, const std::type_info &type, const void *values, size_t count)=0 |
Passes the given values of the given type to the given object. | |
template<class Value > | |
LEAN_INLINE bool | operator() (Class &object, const Value *values, size_t count) |
Passes the given values to the given object. |
Passes data to a specific destination.