openMSX
Public Member Functions | List of all members
Endian::EndianT< T, Op > Class Template Reference

#include <endian.hh>

Public Member Functions

 EndianT ()=default
 
 EndianT (T t_)
 
 operator T () const
 
EndianToperator= (T a)
 

Detailed Description

template<std::integral T, std::invocable< T > Op>
class Endian::EndianT< T, Op >

Definition at line 79 of file endian.hh.

Constructor & Destructor Documentation

◆ EndianT() [1/2]

template<std::integral T, std::invocable< T > Op>
Endian::EndianT< T, Op >::EndianT ( )
default

◆ EndianT() [2/2]

template<std::integral T, std::invocable< T > Op>
Endian::EndianT< T, Op >::EndianT ( t_)
inline

Definition at line 82 of file endian.hh.

Member Function Documentation

◆ operator T()

template<std::integral T, std::invocable< T > Op>
Endian::EndianT< T, Op >::operator T ( ) const
inline

Definition at line 83 of file endian.hh.

◆ operator=()

template<std::integral T, std::invocable< T > Op>
EndianT & Endian::EndianT< T, Op >::operator= ( a)
inline

Definition at line 84 of file endian.hh.


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