Utilities for selection of platform specific values.
Definition in file select.hpp.
Go to the source code of this file.
#include <cstddef>
Classes | |
class | compiler::SelectValue< T > |
Selects the proper value for the current compiler and standard library. More... | |
Namespaces | |
namespace | compiler |
Compiler and C++ language related tweaks. | |
Typedefs | |
using | compiler::SelectSize = SelectValue<std::size_t> |
Alias for std::size_t values selection for the current compiler and standard library. | |