LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::vectorwrapbuf< CharT, Traits > Class Template Reference

Allow streams to be constructed on an existing data buffer without copying. More...

#include <vectorwrapbuf.hpp>

Inheritance diagram for lbann::vectorwrapbuf< CharT, Traits >:
[legend]
Collaboration diagram for lbann::vectorwrapbuf< CharT, Traits >:
[legend]

Public Member Functions

 vectorwrapbuf (std::vector< CharT > &vec)
 

Detailed Description

template<typename CharT, typename Traits = std::char_traits<CharT>>
class lbann::vectorwrapbuf< CharT, Traits >

Allow streams to be constructed on an existing data buffer without copying.

Definition at line 34 of file vectorwrapbuf.hpp.

Constructor & Destructor Documentation

◆ vectorwrapbuf()

template<typename CharT, typename Traits = std::char_traits<CharT>>
lbann::vectorwrapbuf< CharT, Traits >::vectorwrapbuf ( std::vector< CharT > &  vec)
inline

Definition at line 37 of file vectorwrapbuf.hpp.


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