Utilities for selection of platform specific values.
Definition in file select.hpp.
Go to the source code of this file.
#include <cstddef>
Include dependency graph for select.hpp:
This graph shows which files directly or indirectly include this file: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. | |