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).
Loading...
Searching...
No Matches
StormByte::is_container< T, _ > Struct Template Reference

Type trait to check if a type is a container. More...

#include <type_traits.hxx>

Inheritance diagram for StormByte::is_container< T, _ >:
Inheritance graph
[legend]
Collaboration diagram for StormByte::is_container< T, _ >:
Collaboration graph
[legend]

Detailed Description

template<typename T, typename _ = void>
struct StormByte::is_container< T, _ >

Type trait to check if a type is a container.

Template Parameters
TThe type to check.

A type is considered a container if it has begin(), end(), and a value_type.


The documentation for this struct was generated from the following file: