Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/
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()