StormByte C++ Library 0.0.9999
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
|
Type trait to check if a type is a pair. More...
#include <type_traits.hxx>
Type trait to check if a type is a pair.
T | The type to check. |
A type is considered a pair if it has first
and second
members.