Searched defs:is_distributed_selector (Results 1 – 3 of 3) sorted by relevance
24 template < typename > struct is_distributed_selector : boost::mpl::false_ struct
39 … struct is_distributed_selector<distributedS<ProcessGroup, LocalS, DistributionS> >: mpl::true_ {}; struct
203 template < typename Selector > struct is_distributed_selector : mpl::false_ struct