Binding factory default type #69
assafcohen
started this conversation in
Ideas
Replies: 1 comment
-
This is currently not possible, as we have not really considered this use case yet. It would require some changes to the current implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While using factory binding like:
template<>
struct traits<std::shared_ptr<action_msg> > : binding::factory<
TAO_JSON_FACTORY_BIND1(smb_list_dir_msg),
TAO_JSON_FACTORY_BIND1(get)
> { };
is it possible to get a default object when nothing fits the type list?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions