Bash++
Bash++ compiler internal documentation
Concepts | Functions | Variables
bpp::detail Namespace Reference

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
 

Function Documentation

◆ is_enter_context()

consteval bool bpp::detail::is_enter_context ( std::string_view  function_name)

◆ is_exit_context()

consteval bool bpp::detail::is_exit_context ( std::string_view  function_name)

◆ starts_with()

consteval bool bpp::detail::starts_with ( std::string_view  str,
std::string_view  prefix 
)

◆ unqualified_function_name()

consteval std::string_view bpp::detail::unqualified_function_name ( std::string_view  function_signature)

Variable Documentation

◆ false_v

template<class... >
constexpr bool bpp::detail::false_v = false
inlineconstexpr