CLI11
C++11 Command Line Interface Parser
CLI::is_vector< std::vector< T, A > > Struct Template Reference

Check to see if something is a vector (true if actually a vector) More...

#include <TypeTools.hpp>

Inheritance diagram for CLI::is_vector< std::vector< T, A > >:

Detailed Description

template<class T, class A>
struct CLI::is_vector< std::vector< T, A > >

Check to see if something is a vector (true if actually a vector)


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