cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Classes
complex.h File Reference
#include "pybind11.h"
#include <complex>

Go to the source code of this file.

Classes

struct  format_descriptor< std::complex< T >, detail::enable_if_t< std::is_floating_point< T >::value > >
 glibc defines I as a macro which breaks things, e.g., boost template names More...
 
struct  is_fmt_numeric< std::complex< T >, detail::enable_if_t< std::is_floating_point< T >::value > >
 
class  type_caster< std::complex< T > >