carl  24.04
Computer ARithmetic Library
conversion.h File Reference
#include "cln_gmp.h"
#include "generic.h"
#include "native.h"
Include dependency graph for conversion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename From , typename To , carl::DisableIf< std::is_same< From, To > > >
To carl::convert (const From &)