My Project
|
#include <Pass.h>
Public Member Functions | |
template<typename... Args> | |
ListOption (Pass &parent, StringRef arg, Args &&... args) | |
![]() | |
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 |