Project
Loading...
Searching...
No Matches
Codec< T > Class Template Reference

Public Types

using value_type = T
 
using wrapped_type = typename T::value_type
 

Public Member Functions

 Codec ()=default
 
 ~Codec ()=default
 

Friends

std::ostream & operator<< (std::ostream &stream, const Codec &rhs)
 

Detailed Description

template<typename T>
class Codec< T >

Definition at line 103 of file test_mpl_tools.cxx.

Member Typedef Documentation

◆ value_type

template<typename T >
using Codec< T >::value_type = T

Definition at line 106 of file test_mpl_tools.cxx.

◆ wrapped_type

template<typename T >
using Codec< T >::wrapped_type = typename T::value_type

Definition at line 107 of file test_mpl_tools.cxx.

Constructor & Destructor Documentation

◆ Codec()

template<typename T >
Codec< T >::Codec ( )
default

◆ ~Codec()

template<typename T >
Codec< T >::~Codec ( )
default

Friends And Related Symbol Documentation

◆ operator<<

template<typename T >
std::ostream & operator<< ( std::ostream &  stream,
const Codec< T > &  rhs 
)
friend

Definition at line 112 of file test_mpl_tools.cxx.


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