roar
Loading...
Searching...
No Matches
Namespaces | Functions
concat_containers.hpp File Reference
#include <iterator>
Include dependency graph for concat_containers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Roar
 

Functions

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)