Electroneum
Public Types | List of all members
crow::black_magic::S< T > Struct Template Reference

#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... >
 

Member Typedef Documentation

◆ push

template<typename ... T>
template<typename U >
using crow::black_magic::S< T >::push = S<U, T...>

◆ push_back

template<typename ... T>
template<typename U >
using crow::black_magic::S< T >::push_back = S<T..., U>

◆ rebind

template<typename ... T>
template<template< typename ... Args > class U>
using crow::black_magic::S< T >::rebind = U<T...>

The documentation for this struct was generated from the following file: