|
Bash++
Bash++ compiler internal documentation
|
Concepts | |
| concept | ASTNodePtrType |
| concept | ASTStringToken |
| concept | ASTParameterToken |
| concept | ASTNodePtrORToken |
| concept | ErrorReportableListener |
Functions | |
| consteval std::string_view | unqualified_function_name (std::string_view function_signature) |
| consteval bool | starts_with (std::string_view str, std::string_view prefix) |
| consteval bool | is_enter_context (std::string_view function_name) |
| consteval bool | is_exit_context (std::string_view function_name) |
Variables | |
| template<class... > | |
| constexpr bool | false_v = false |
| consteval bool bpp::detail::is_enter_context | ( | std::string_view | function_name | ) |
| consteval bool bpp::detail::is_exit_context | ( | std::string_view | function_name | ) |
| consteval bool bpp::detail::starts_with | ( | std::string_view | str, |
| std::string_view | prefix | ||
| ) |
| consteval std::string_view bpp::detail::unqualified_function_name | ( | std::string_view | function_signature | ) |
|
inlineconstexpr |