|
|
template<typename T > |
| static auto | test (int) -> decltype(std::declval< T & >().operator->() ->first, std::declval< T & >().operator->() ->second, std::true_type()) |
| |
|
template<typename > |
| static std::false_type | test (...) |
| |
|
|
static const bool | value = decltype(test<It>(0))::value |
| |
template<typename Container, typename Poly>
template<typename It>
struct SymEngine::UIntPolyBase< Container, Poly >::is_pair_iterator< It >
Definition at line 505 of file upolybase.h.
The documentation for this struct was generated from the following file:
- /home/runner/work/symengine/symengine/symengine/polys/upolybase.h