Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
Classes | Functions
verify_flags.h File Reference
#include <compare>
#include <cstdint>
Include dependency graph for verify_flags.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  script_verify_flags
 

Functions

constexpr script_verify_flags operator~ (script_verify_flag_name f)
 
constexpr script_verify_flags operator| (script_verify_flag_name f1, script_verify_flag_name f2)
 

Function Documentation

◆ operator|()

Definition at line 66 of file verify_flags.h.

Here is the call graph for this function:

◆ operator~()

constexpr script_verify_flags operator~ ( script_verify_flag_name f)
inlineconstexpr

Definition at line 61 of file verify_flags.h.

Here is the call graph for this function: