FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_concept::IsVector Concept Reference

Concept for std::vector types. More...

#include <concept.hpp>

Concept definition

template<typename T>
Concept to check if a type is an instance of a specific template.
Definition concept.hpp:72
Concept for std::vector types.
Definition concept.hpp:276

Detailed Description

Concept for std::vector types.

Template Parameters
TThe type to check

Checks if a type is any instantiation of std::vector.

Definition at line 276 of file concept.hpp.