Savarese Software Research Corporation
emplace.h File Reference

This header defines multi-parameter container insertion functions along the lines of C++0x container_type::emplace(). More...

#include <ssrc/wispers-packages.h>
#include <utility>
Include dependency graph for emplace.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename container_type , typename P >
__BEGIN_NS_SSRC_WSPR_UTILITY void emplace (container_type &container, P &&p)
template<typename container_type , typename T , typename... P>
void emplace (container_type &container, T &&t, P &&...p)

Detailed Description

This header defines multi-parameter container insertion functions along the lines of C++0x container_type::emplace().

Definition in file emplace.h.


Function Documentation

template<typename container_type , typename P >
__BEGIN_NS_SSRC_WSPR_UTILITY void emplace ( container_type &  container,
P &&  p 
) [inline]

Definition at line 32 of file emplace.h.

Referenced by call_two_way(), and emplace().

template<typename container_type , typename T , typename... P>
void emplace ( container_type &  container,
T &&  t,
P &&...  p 
) [inline]

Definition at line 39 of file emplace.h.

References emplace().


Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.