koutil
Loading...
Searching...
No Matches
koutil::argparser::is_arg Concept Reference

Checks if a type is Arg. More...

#include <arg.h>

Concept definition

template<typename T>
concept koutil::argparser::is_arg = std::is_same_v<Arg, std::decay_t<T>>
Checks if a type is Arg.
Definition arg.h:24

Detailed Description

Checks if a type is Arg.

Template Parameters
TThe type to check.
Returns
True if T is Arg, false otherwise.