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

Description

template<typename T>
struct ranges::v3::meta::id< T >

A trait that always returns its argument T.

Public Types

using type = T