MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
 Memory AllocationAllocation related methods and classes
 ErrorsErrors and error codes
 ASCIIASCII related operations
 Unicode EncodingsGroup related to unicode encodings (including UTF8, UTF16, UTF32 ane endianness)
 EndiannessMethods related to endianness of multi-byte data
 Collections and Data StructuresCollection of data structures and collections
 ResultsResults that can hold success (with optional success value) or an error
 TypesType definitions and aliases
 MacrosMacros
 CSVCSV Utilities
 File_ioFile I/O operations and abstractions
 FormatBuilt-in formatting options and specifications
 ReadersMethods and coroutines related to readers abstractions
 WriterWriters for outputing data
 IpClasses and methods related to IP (addresses, subnets, etc)
 PrngPsuedo Random Number Generation routines (PRNGs)
 TraitsType traits (aka
 TestUnit testing framework
 LifetimesAbstractions to help manage complicated or non-trivial lifetimes Note: If you find yourself here, step back and rethink your problem
 Inter-Thread CommunicationManages inter-thread communication (and synchronization)