Stax
Programming language
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <algorithm>
#include <string>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  stax
 
namespace  stax::utils
 

Macros

#define GET_MODULE_NAME()
 

Functions

constexpr auto stax::utils::underscorify (const std::string &str)
 

Macro Definition Documentation

◆ GET_MODULE_NAME

#define GET_MODULE_NAME ( )
Value:
utils::underscorify( \
std::filesystem::path(std::source_location::current().file_name()) \
.stem())