|
Limbo
|
metafunction for assign a source data type to a target data type More...
#include <ConversionHelpers.h>
Public Member Functions | |
| void | operator() (T &target, T const &source) const |
| assign source to target More... | |
metafunction for assign a source data type to a target data type
| T | target data type |
Definition at line 70 of file ConversionHelpers.h.
|
inline |
assign source to target
| target | target data |
| source | source data |
Definition at line 75 of file ConversionHelpers.h.
1.8.8