AppendToContainer< container_type, false > Class Template Reference
#include <AppendToContainer.h>
Public Types | |
typedef container_type::value_type | value_type |
Public Member Functions | |
AppendToContainer (container_type &container) | |
void | operator() (const value_type &value) const |
void | operator() (value_type &&value) const |
Detailed Description
template<typename container_type>
class AppendToContainer< container_type, false >
Definition at line 56 of file AppendToContainer.h.
Member Typedef Documentation
template<typename container_type >
typedef container_type::value_type AppendToContainer< container_type, false >::value_type |
Definition at line 60 of file AppendToContainer.h.
Constructor & Destructor Documentation
template<typename container_type >
AppendToContainer< container_type, false >::AppendToContainer | ( | container_type & | container | ) | [inline] |
Definition at line 62 of file AppendToContainer.h.
Member Function Documentation
template<typename container_type >
void AppendToContainer< container_type, false >::operator() | ( | const value_type & | value | ) | const [inline] |
Definition at line 64 of file AppendToContainer.h.
References value().
template<typename container_type >
void AppendToContainer< container_type, false >::operator() | ( | value_type && | value | ) | const [inline] |
Definition at line 68 of file AppendToContainer.h.
References value().
The documentation for this class was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.