tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
Topics
Here is a list of all topics with brief descriptions:
[detail level 12]
 Concepts Library
 conceptsFundamental library concepts
 Coroutines Library
 coroutineCoroutine support library
 Utilities Library
 bitsetEtl::bitset & etl::basic_bitset class templates
 chronoC++ time utilities
 compareThree-way comparison operator support
 cstddefStandard macros and typedefs
 cstdlibGeneral purpose c-style utilities
 ctimeC-style time/date utilities
 debuggingDebugging library
 expectedEtl::expected class template
 functionalFunction objects, Function invocations, Bind operations and Reference wrappers
 metaMeta-programming utilities
 optionalEtl::optional class template
 scope
 source_locationSupplies means to obtain source code location
 tupleEtl::tuple class template
 type_traitsCompile-time type information
 utilityVarious utility components
 variantEtl::variant class template
 versionSupplies implementation-dependent library information
 Dynamic memory management
 memoryHigh-level memory management utilities
 newLow-level memory management utilities
 Numeric limits
 cfloatLimits of floating-point types
 climitsLimits of integral types
 cstdintFixed-width integer types and limits of other types
 limitsUniform way to query properties of arithmetic types
 Error handling
 cassertConditionally compiled macro that compares its argument to zero
 exceptionException handling utilities
 stdexcept
 system_errorDefines etl::error_code, a platform-dependent error code
 Strings Library
 cctypeFunctions to determine the category of narrow characters
 charconvEtl::to_chars and etl::from_chars
 cstringVarious narrow character string handling functions
 cwcharVarious wide and multibyte string handling functions
 cwctypeFunctions to determine the category of wide characters
 formatFormatting library including etl::format
 stringEtl::basic_inplace_string class template
 string_viewEtl::basic_string_view class template
 stringsString algorithms
 Containers Library
 arrayEtl::array container
 flat_setEtl::flat_set and etl::flat_multiset container adaptors
 inplace_vectorEtl::inplace_vector container
 mdarrayEtl::mdarray container
 mdspanEtl::mdspan view
 setEtl::static_set container
 spanEtl::span view
 stackEtl::stack container adaptor
 vectorEtl::vector & etl::static_vector container
 Iterators Library
 iteratorRange iterators
 Ranges Library
 rangesRange access, primitives, requirements, utilities and adaptors
 Algorithms Library
 algorithmAlgorithms that operate on ranges
 executionPredefined execution policies for parallel/unsequenced versions of the algorithms
 Numerics Library
 bitBit manipulation functions
 cmathCommon mathematics functions
 complexComplex number type
 linalgBasic linear algebra algorithms
 numbersMath constants
 numericNumeric operations on values in ranges
 randomRandom number generators and distributions
 ratioCompile-time rational arithmetic
 Input/Output Library
 cstdioC-style input-output functions
 ios
 Thread support Library
 mutexMutual exclusion primitives