Public Types | Static Public Member Functions | List of all members
util::details::collection_from_reference_impl< T * > Struct Template Reference

#include <ContainerMeta.h>

Public Types

using type = T *
 

Static Public Member Functions

static type get (T *ptr)
 

Detailed Description

template<typename T>
struct util::details::collection_from_reference_impl< T * >

Definition at line 353 of file ContainerMeta.h.

Member Typedef Documentation

template<typename T >
using util::details::collection_from_reference_impl< T * >::type = T*

Definition at line 354 of file ContainerMeta.h.

Member Function Documentation

template<typename T >
static type util::details::collection_from_reference_impl< T * >::get ( T *  ptr)
inlinestatic

Definition at line 355 of file ContainerMeta.h.

355 { return ptr; }

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