53 template <
class InputIterator>
54 LSEQ( InputIterator aStart, InputIterator aEnd ) :
58 LSEQ( std::initializer_list<PCB_LAYER_ID> aLayers ) :
LSEQ is a sequence (and therefore also a set) of PCB_LAYER_IDs.
LSEQ(std::initializer_list< PCB_LAYER_ID > aLayers)
LSEQ(InputIterator aStart, InputIterator aEnd)
PCB_LAYER_ID
A quick note on layer IDs:
std::vector< PCB_LAYER_ID > BASE_SEQ
A sequence of layers, a sequence provides a certain order.