MCPcopy Create free account
hub / github.com/boostorg/parser / _no_case

Function _no_case

include/boost/parser/parser.hpp:3066–3069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3064
3065 template<typename Context>
3066 decltype(auto) _no_case(Context const & context)
3067 {
3068 return context.no_case_depth_;
3069 }
3070
3071 template<typename Context>
3072 decltype(auto) _error_handler(Context const & context)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected