#include <Utility.h>
|
template<typename Container > |
static Container & | Move (Container &&srcCont, Container &dstCont) noexcept |
|
template<typename Container > |
static Container & | Copy (const Container &srcCont, Container &dstCont) |
|
◆ Copy()
template<typename Container >
static Container& momo::internal::ContainerAssigner::Copy |
( |
const Container & |
srcCont, |
|
|
Container & |
dstCont |
|
) |
| |
|
inlinestatic |
◆ Move()
template<typename Container >
static Container& momo::internal::ContainerAssigner::Move |
( |
Container && |
srcCont, |
|
|
Container & |
dstCont |
|
) |
| |
|
inlinestaticnoexcept |
The documentation for this class was generated from the following file: