mlpack  master
mlpack::data::PointerShim< T > Struct Template Reference

A shim for pointers. More...

Inheritance diagram for mlpack::data::PointerShim< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
struct mlpack::data::PointerShim< T >

A shim for pointers.

Only the type of this shim is used, so it is created with a static_cast<>, and then later static_cast<>ed back to the original type.

Definition at line 68 of file serialization_shim.hpp.


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