tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Enumerations | |
enum struct | implementation { freestanding = 0 , hosted = 1 } |
Functions | |
consteval auto | is_freestanding () noexcept -> bool |
consteval auto | is_hosted () noexcept -> bool |
Variables | |
constexpr auto | current_implementation = implementation::freestanding |