numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
parse_log_tag_element.h File Reference

Definition of parse_log_tag_element function. More...

#include <string_view>
#include <tuple>
#include "num_collect/base/exception.h"
#include "num_collect/logging/impl/is_log_tag_element_char.h"
+ Include dependency graph for parse_log_tag_element.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::logging
 Namespace of logging.
 
namespace  num_collect::logging::impl
 Namespace of internal implementations.
 

Functions

auto num_collect::logging::impl::parse_log_tag_element (std::string_view input) -> std::tuple< std::string_view, std::string_view >
 Parse an element in log tags.
 

Detailed Description

Definition of parse_log_tag_element function.

Definition in file parse_log_tag_element.h.