|
dxd - dynax driver framework 2.7.0d222
cross platform open source driver development framework
|
#include <dx_key_value_tree.h>
value_t is some STL container of std::string (set, vector, deque, ...) - lets key_value_tree::operator value_t() intercept that case before the generic fetch<>() path, which would otherwise overwrite the container with raw bytes like any other non-pointer value_t. Dispatches on is_dx_iterator_v via specialization, not &&, so a dx::iterator-derived type_t's value_type is never probed at all.
| (c) copyright 2009 dynamic acoustics e.U. | generated on |