carl  24.04
Computer ARithmetic Library
carl::PreventConversion< T > Class Template Reference

#include <typetraits.h>

Public Member Functions

 PreventConversion (const T &_other)
 
 operator const T & () const
 

Private Attributes

mContent
 

Detailed Description

template<typename T>
class carl::PreventConversion< T >

Definition at line 344 of file typetraits.h.

Constructor & Destructor Documentation

◆ PreventConversion()

template<typename T >
carl::PreventConversion< T >::PreventConversion ( const T &  _other)
inlineexplicit

Definition at line 349 of file typetraits.h.

Member Function Documentation

◆ operator const T &()

template<typename T >
carl::PreventConversion< T >::operator const T & ( ) const
inline

Definition at line 352 of file typetraits.h.

Field Documentation

◆ mContent

template<typename T >
T carl::PreventConversion< T >::mContent
private

Definition at line 347 of file typetraits.h.


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