|
My Project
|
#include <PassOptions.h>


Public Member Functions | |
| template<typename... Args> | |
| ListOption (PassOptions &parent, StringRef arg, Args &&... args) | |
| ~ListOption () override=default | |
| ListOption< DataType > & | operator= (ArrayRef< DataType > values) |
| Allow assigning from an ArrayRef. More... | |
| std::vector< DataType > * | operator-> () |
This class represents a specific pass option that contains a list of values of the provided data type.
|
inline |
|
overridedefault |
|
inline |
|
inline |
Allow assigning from an ArrayRef.
1.8.13