proxsuite 0.7.2 The Advanced Proximal Optimization Toolbox |
#include "proxsuite/linalg/veg/type_traits/core.hpp"#include "proxsuite/linalg/veg/internal/prologue.hpp"#include "proxsuite/linalg/veg/internal/epilogue.hpp"Go to the source code of this file.
Namespaces | |
| namespace | proxsuite |
| namespace | proxsuite::linalg |
| namespace | proxsuite::linalg::veg |
| namespace | proxsuite::linalg::veg::meta |
| namespace | proxsuite::linalg::veg::_detail |
| namespace | proxsuite::linalg::veg::_detail::_meta |
| namespace | proxsuite::linalg::veg::concepts |
| namespace | proxsuite::linalg::veg::concepts::aux |
| namespace | proxsuite::linalg::veg::nb |
Typedefs | |
| template<typename I, typename T> | |
| using | proxsuite::linalg::veg::_detail::_meta::member_get_expr = decltype(VEG_DECLVAL(T&&).template get<I::value>()) |
| template<typename I, typename T> | |
| using | proxsuite::linalg::veg::_detail::_meta::adl_get_expr = decltype(get<I::value>(VEG_DECLVAL(T&&))) |