Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcontainer.hpp312 struct push_back_visitor : public static_visitor<> struct
314 typedef bool result_type;
316 push_back_visitor(T const& t) : t_(t) {} in push_back_visitor() argument
319 bool push_back_impl(Container& c, mpl::true_) const in push_back_impl()
325 bool push_back_impl(T_&, mpl::false_) const in push_back_impl()
333 bool operator()(T_& c) const in operator ()()
338 T const& t_;