Typedef proxsuite::linalg::veg::meta::type_sequence_cat

Typedef Documentation

template<template<typename ...F> class F, typename ...Seqs>
using proxsuite::linalg::veg::meta::type_sequence_cat = typename _detail::_meta::concat_type_seq<bool_constant<VEG_ALL_OF(_detail::_meta::specializes<F, Seqs>::value)>, F, Seqs...>::type