Home
last modified time | relevance | path

Searched refs:IsSameTag (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/graph/
Dvisitors.hpp239 typedef typename is_same< Category, Tag >::type IsSameTag; in invoke_visitors() typedef
240 detail::invoke_dispatch(vlist.first, x, g, IsSameTag()); in invoke_visitors()
247 typedef typename is_same< Category, Tag >::type IsSameTag; in invoke_visitors() typedef
248 detail::invoke_dispatch(v, x, g, IsSameTag()); in invoke_visitors()