NEURON
convert_cxx_exceptions.hpp File Reference
#include <exception>
#include <stdexcept>
#include <type_traits>

Go to the source code of this file.

Classes

struct  nrn::detail::error_value_impl< PyObject * >
 
struct  nrn::detail::error_value_impl< T, typename std::enable_if< std::is_integral_v< T > &&std::is_signed_v< T > >::type >
 
struct  nrn::convert_cxx_exceptions_trait< F, Args >
 

Namespaces

 nrn
 
 nrn::detail
 

Functions

template<class F , class... Args>
static convert_cxx_exceptions_trait< F, Args... >::return_type nrn::convert_cxx_exceptions (F f, Args &&... args)