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

Public Types

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

Static Public Attributes

static std::vector< T > Data {}
 

Detailed Description

template<typename T>
struct Empty< T >

Definition at line 50 of file test_ransEncodeDecode.cxx.

Member Typedef Documentation

◆ iterator_type

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

Definition at line 54 of file test_ransEncodeDecode.cxx.

◆ source_type

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

Definition at line 53 of file test_ransEncodeDecode.cxx.

Member Data Documentation

◆ Data

template<typename T >
std::vector<T> Empty< T >::Data {}
inlinestatic

Definition at line 51 of file test_ransEncodeDecode.cxx.


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