mxnet
Public Types | List of all members
mxnet::common::helper::UniqueIf< T > Struct Template Reference

Helper for non-array type T. More...

#include <utils.h>

Collaboration diagram for mxnet::common::helper::UniqueIf< T >:
Collaboration graph

Public Types

using SingleObject = std::unique_ptr< T >
 Type of T. More...
 

Detailed Description

template<class T>
struct mxnet::common::helper::UniqueIf< T >

Helper for non-array type T.

Member Typedef Documentation

template<class T>
using mxnet::common::helper::UniqueIf< T >::SingleObject = std::unique_ptr<T>

Type of T.


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