Searched defs:assign_to_container_from_value (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/qi/detail/ |
| H A D | assign_to.hpp | 244 struct assign_to_container_from_value struct 248 static void call(T_ const& val, Attribute& attr, mpl::false_, mpl::false_) in call() 257 append_to_container_not_string(T_ const& val, Attribute& attr, mpl::true_) in append_to_container_not_string() 265 append_to_container_not_string(T_ const& val, Attribute& attr, mpl::false_) in append_to_container_not_string() 277 static void call(T_ const& val, Attribute& attr, mpl::true_, mpl::false_) in call() 288 static void append_to_string(Attribute& attr, Iterator begin, Iterator end) in append_to_string() 296 static void append_to_container(T_ const& val, Attribute& attr, mpl::false_) in append_to_container() 306 static void append_to_container(T_ const& val, Attribute& attr, mpl::true_) in append_to_container() 312 static void call(T_ const& val, Attribute& attr, Pred, mpl::true_) in call() 321 static void call(T const& val, Attribute& attr) in call() [all …]
|