fipa_acl  1.4
Classes | Public Types | Public Member Functions | List of all members
fipa::mergeBaseEnvelopeImpl Struct Reference

#include <grammar_bitefficient_envelope.h>

Classes

struct  result
 

Public Types

typedef fipa::acl::ACLBaseEnvelope result_type
 

Public Member Functions

template<typename T0 , typename T1 >
result_type operator() (T0 base, T1 extra) const
 

Detailed Description

Definition at line 51 of file grammar_bitefficient_envelope.h.

Member Typedef Documentation

Definition at line 53 of file grammar_bitefficient_envelope.h.

Member Function Documentation

template<typename T0 , typename T1 >
result_type fipa::mergeBaseEnvelopeImpl::operator() ( T0  base,
T1  extra 
) const
inline

Definition at line 62 of file grammar_bitefficient_envelope.h.

63  {
64  return base.merge(extra);
65  }

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