Home
last modified time | relevance | path

Searched defs:assign_to_attribute_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 Dassign_to.hpp138 struct assign_to_attribute_from_value struct
141 is_one_element_sequence;
147 >::type type;
151 call(T_ const& val, Attribute& attr, mpl::false_) in call()
161 call(T_ const& val, Attribute& attr, mpl::true_) in call()
169 call(T const& val, Attribute& attr) in call()
176 struct assign_to_attribute_from_value<Attribute, Attribute> struct
179 call(Attribute const& val, Attribute& attr) in call()
186 struct assign_to_attribute_from_value<Attribute, reference_wrapper<T> struct
190 call(reference_wrapper<T> const& val, Attribute& attr) in call()
[all …]