This header defines the AppendToContainer template class and its specializations. More...
Include dependency graph for AppendToContainer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | has_pushback< container_type > |
class | AppendToContainer< container_type, false > |
class | AppendToContainer< container_type, true > |
class | InsertToContainer< container_type > |
Defines | |
#define | WSPR_HAS_NOT_PUSHBACK(container) |
Detailed Description
This header defines the AppendToContainer template class and its specializations.
Definition in file AppendToContainer.h.
Define Documentation
#define WSPR_HAS_NOT_PUSHBACK | ( | container | ) |
Value:
__BEGIN_NS_SSRC_WSPR_UTILITY \ template<> struct has_pushback<container >{static const bool value = false;}; \ __END_NS_SSRC_WSPR_UTILITY
Definition at line 40 of file AppendToContainer.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.