Convert a collection of ITEMs tagged with Tags to a collection of ITEMs tagged with only the facets. More...
#include <utils.h>
Public Member Functions | |
TagToFacet (const OUT &out) | |
template<typename ITEMS , typename TAGS > | |
TagToFacet< OUT > & | operator= (const std::pair< ITEMS, TAGS > &data) |
Protected Attributes | |
OUT | out |
Convert a collection of ITEMs tagged with Tags to a collection of ITEMs tagged with only the facets.
ept::debtags::TagToFacet< OUT >::TagToFacet | ( | const OUT & | out | ) | [inline] |
TagToFacet<OUT>& ept::debtags::TagToFacet< OUT >::operator= | ( | const std::pair< ITEMS, TAGS > & | data | ) | [inline] |
References ept::debtags::TagToFacet< OUT >::out.
OUT ept::debtags::TagToFacet< OUT >::out [protected] |
Referenced by ept::debtags::TagToFacet< OUT >::operator=().