Project
Loading...
Searching...
No Matches
Full< T > Struct Template Reference

Public Types

using source_type = T
 
using iterator_type = decltype(Data.begin())
 

Static Public Attributes

static std::vector< T > Data {str.begin(), str.end()}
 

Detailed Description

template<typename T>
struct Full< T >

Definition at line 58 of file test_ransEncodeDecode.cxx.

Member Typedef Documentation

◆ iterator_type

template<typename T >
using Full< T >::iterator_type = decltype(Data.begin())

Definition at line 64 of file test_ransEncodeDecode.cxx.

◆ source_type

template<typename T >
using Full< T >::source_type = T

Definition at line 63 of file test_ransEncodeDecode.cxx.

Member Data Documentation

◆ Data

template<typename T >
std::vector<T> Full< T >::Data {str.begin(), str.end()}
inlinestatic

Definition at line 61 of file test_ransEncodeDecode.cxx.


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