Home
last modified time | relevance | path

Searched defs:attribute_size_impl (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 Dattributes.hpp474 struct attribute_size_impl struct
476 typedef std::size_t type;
478 static type call(Attribute const&) in call()
485 struct attribute_size_impl<Attribute struct
493 typedef typename fusion::result_of::size<Attribute>::value_type type;
495 static type call(Attribute const& attr) in call()
502 struct attribute_size_impl<Attribute struct
510 typedef typename Attribute::size_type type;
512 static type call(Attribute const& attr) in call()