Range-v3
Range algorithms, views, and actions for the Standard Library
meta::always< T > Struct Template Reference

Description

template<typename T>
struct meta::always< T >

A Alias Class that always returns T.

Public Types

template<typename... Ts>
using apply = _t< impl< Ts... >>