#include <iterator>
Go to the source code of this file.
|
template<template< typename... > typename ContainerType, typename ElementType > |
void | Roar::concatContainers (ContainerType< ElementType > &lhs, ContainerType< ElementType > const &rhs) |
|
template<template< typename... > typename ContainerType, typename ElementType > |
void | Roar::concatContainers (ContainerType< ElementType > &lhs, ContainerType< ElementType > &&rhs) |
|
template<template< typename... > typename ContainerType, typename ElementType > |
ContainerType< ElementType > | Roar::concatContainersCopy (ContainerType< ElementType > lhs, ContainerType< ElementType > const &rhs) |
|
template<template< typename... > typename ContainerType, typename ElementType > |
ContainerType< ElementType > | Roar::concatContainersCopy (ContainerType< ElementType > lhs, ContainerType< ElementType > &&rhs) |
|