Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Types
pcl::intersect< Sequence1, Sequence2 > Struct Template Reference

#include <pcl/for_each_type.h>

Public Types

using type = typename boost::mpl::remove_if< Sequence1, boost::mpl::not_< boost::mpl::contains< Sequence2, boost::mpl::_1 > > >::type
 

Detailed Description

template<typename Sequence1, typename Sequence2>
struct pcl::intersect< Sequence1, Sequence2 >

Definition at line 101 of file for_each_type.h.

Member Typedef Documentation

◆ type

template<typename Sequence1 , typename Sequence2 >
using pcl::intersect< Sequence1, Sequence2 >::type = typename boost::mpl::remove_if<Sequence1, boost::mpl::not_<boost::mpl::contains<Sequence2, boost::mpl::_1> > >::type

Definition at line 103 of file for_each_type.h.


The documentation for this struct was generated from the following file: