|
Electroneum
|
#include <utility.h>
Public Types | |
| template<typename U > | |
| using | push = S< U, T... > |
| template<typename U > | |
| using | push_back = S< T..., U > |
| template<template< typename ... Args > class U> | |
| using | rebind = U< T... > |
| using crow::black_magic::S< T >::push_back = S<T..., U> |
| using crow::black_magic::S< T >::rebind = U<T...> |
1.8.14