Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/support/detail/
Dhold_any.hpp462 struct is_hold_any : mpl::false_ {}; struct
465 struct is_hold_any<basic_hold_any<Char> > : mpl::true_ {}; struct