refl-cpp
refl::trait::is_container< T > Struct Template Reference

Checks whether objects of the type T support member .begin() and .end() operations. More...

#include <refl.hpp>

Detailed Description

template<typename T>
struct refl::trait::is_container< T >

Checks whether objects of the type T support member .begin() and .end() operations.


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