ATLAS Offline Software
Public Types | List of all members
HLT::TypeInformation::do_update< a_list, new_element, i, false > Struct Template Reference

#include <TypeInformation.h>

Collaboration diagram for HLT::TypeInformation::do_update< a_list, new_element, i, false >:

Public Types

typedef list< typename replace_if< new_element, typename a_list::first, a_list::last_index==i >::result, typename do_update< typename a_list::rest, new_element, i >::resultresult
 

Detailed Description

template<class a_list, class new_element, int i>
struct HLT::TypeInformation::do_update< a_list, new_element, i, false >

Definition at line 186 of file TypeInformation.h.

Member Typedef Documentation

◆ result

template<class a_list , class new_element , int i>
typedef list<typename replace_if<new_element,typename a_list::first,a_list::last_index == i>::result, typename do_update<typename a_list::rest,new_element,i>::result> HLT::TypeInformation::do_update< a_list, new_element, i, false >::result

Definition at line 188 of file TypeInformation.h.


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