[#btck-BitmaskEnum] = xref:btck.adoc[btck]::BitmaskEnum :relfileprefix: ../ :mrdocs: Satisfied by enums opted into bitmask operators via is_bitmask_enum. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> concept BitmaskEnum = is_bitmask_enum<T>::value; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#