staticSearchIndexOf

This template finds the index of find in the AliasSeq L. If find is a type it works the same as traits.staticIndexOf, but if func is a templeate function it will use this function as a filter

template staticSearchIndexOf (
alias find
L...
) {}

Members

Manifest constants

staticSearchIndexOf
enum staticSearchIndexOf;
Undocumented in source.

Return Value

First index where find has been found If nothing has been found the template returns -1

Meta