ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
string.mod.cpp
1//##################################################################################################
2// ALib C++ Framework
3//
4// Copyright 2013-2026 A-Worx GmbH, Germany
5// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6//##################################################################################################
7//========================================= Global Fragment ========================================
8module;
10#include <math.h>
11//============================================= Imports ============================================
12module ALib.Strings;
13 import ALib.Lang;
15 #if ALIB_MONOMEM && ALIB_CONTAINERS
16 import ALib.Monomem;
18 #endif
19//========================================== Implementation ========================================
21#include "string.cpp"
22#include "substring.cpp"
23#include "numberformat.cpp"
24#include "detail/numberconversion.cpp"
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_POP_ALLOWANCE