Xalan-C++ API Reference  1.12.0
Public Member Functions | List of all members
xalanc::ClearFunctor< Type > Struct Template Reference

Functor to call a clear() member function on its argument. More...

#include <xalanc/Include/STLHelper.hpp>

Public Member Functions

void operator() (Type &theArg) const
 Retrieve the value of a key-value pair. More...
 

Detailed Description

template<class Type>
struct xalanc::ClearFunctor< Type >

Functor to call a clear() member function on its argument.

Definition at line 128 of file STLHelper.hpp.

Member Function Documentation

◆ operator()()

template<class Type >
void xalanc::ClearFunctor< Type >::operator() ( Type &  theArg) const
inline

Retrieve the value of a key-value pair.

Parameters
thePairkey-value pair
Returns
value

Definition at line 137 of file STLHelper.hpp.


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