LLVM 20.0.0git
|
Check whether an option is valid. More...
#include "llvm/ADT/ilist_node_options.h"
Check whether an option is valid.
The steps for adding and enabling a new ilist option include:
is_valid_option<ilist_foo<Bar>>
to inherit from std::true_type
to get static assertions passing in simple_ilist and ilist_node. Definition at line 75 of file ilist_node_options.h.