In C++ coding using Point Cloud Library (PCL) I came across a new line of code that I am unfamiliar with using operator <>.
pcl::io::OctreePointCloudCompression<pcl::PointXYZRGBA>* PointCloudEncoder;
If you notice that datatype inside "<..>". Can I get some explanation on what this means in general programming structure not just in PCL and how is this different.