You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantics of clause::ample are cohere and complete for production use, however there are needs for certain optimizations as well as extension of purpose into something more than the usual things "C++ template metaprogramming" libraries are known for. Making this issue for tracking necessary notes, if anything important applies outside of what comments offer.
The text was updated successfully, but these errors were encountered:
Given a pack X..., instantiating clause::ample::atpp<X...>::indices_of<T>
will yield a clause::ample::intgr_seq<N...> with the indices of the
occurences of type T in that pack. Relates to issue #30.
Semantics of
clause::ample
are cohere and complete for production use, however there are needs for certain optimizations as well as extension of purpose into something more than the usual things "C++
template metaprogramming" libraries are known for. Making this issue for tracking necessary notes, if anything important applies outside of what comments offer.The text was updated successfully, but these errors were encountered: