[fusion] add support for view construction from movable view
Hi,
When working with view of boost::fusion I feel something frustrated
because of the limited set of possible constructors.
Indeed, apart from copy constructor, views usually only provide
constructors taken l-value reference on sequence as input. I would like to
extend the constructors set of views with some new ones which would also
accept r-value references on view as input.
This would allow some fancy combination at construction time as for example:
vector https://www.boost.org/doc/libs/1_77_0/libs/fusion/doc/html/fusion/container/...<bool>
v0(true);vector
https://www.boost.org/doc/libs/1_77_0/libs/fusion/doc/html/fusion/container/...
participants (1)
-
herve martin