carl  24.04
Computer ARithmetic Library
Conversion.h File Reference
#include <carl-common/config.h>
#include <type_traits>
#include <carl-arith/ran/ran.h>
Include dependency graph for Conversion.h:

Go to the source code of this file.

Data Structures

struct  carl::convert_ran::ConvertHelper< T, S >
 

Namespaces

 carl
 carl is the main namespace for the library.
 
 carl::convert_ran
 

Functions

template<typename T , std::enable_if_t< is_ran_type< T >::value, int > = 0>
carl::convert (const T &r)
 
template<typename T , typename S , std::enable_if_t< is_polynomial_type< T >::value &&is_polynomial_type< S >::value &&!needs_context_type< T >::value, int > = 0>
carl::convert (const S &r)