Home
last modified time | relevance | path

Searched defs:BOOST_FUSION_FWD_ELEM (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/fusion/support/
Dconfig.hpp67 # define BOOST_FUSION_FWD_ELEM(type, value) static_cast<type&&>(value) macro
69 # define BOOST_FUSION_FWD_ELEM(type, value) std::forward<type>(value) macro