This header defines the PrependToContainer template class and its specializations. More...
#include <ssrc/wispers-packages.h>
Include dependency graph for PrependToContainer.h:
Go to the source code of this file.
Classes | |
struct | has_pushfront< container_type > |
class | PrependToContainer< container_type, false > |
class | PrependToContainer< container_type, true > |
Defines | |
#define | WSPR_HAS_NOT_PUSHFRONT(container) |
Detailed Description
This header defines the PrependToContainer template class and its specializations.
Definition in file PrependToContainer.h.
Define Documentation
#define WSPR_HAS_NOT_PUSHFRONT | ( | container | ) |
Value:
__BEGIN_NS_SSRC_WSPR_UTILITY \ template<> struct has_pushfront<container >{static const bool value = false;}; \ __END_NS_SSRC_WSPR_UTILITY
Definition at line 38 of file PrependToContainer.h.
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.