MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
ArgException< String > Class Template Reference

Exception thrown by Argz::proc() on unrecognised or malformed options. More...

#include <mxvk/include/mxvk/argz.hpp>

Public Member Functions

 ArgException ()=default
 ArgException (const String &s)
String text () const

Detailed Description

template<StringType String>
class ArgException< String >

Exception thrown by Argz::proc() on unrecognised or malformed options.

Template Parameters
StringString type satisfying StringType.

Definition at line 178 of file argz.hpp.

Constructor & Destructor Documentation

◆ ArgException() [1/2]

template<StringType String>
ArgException< String >::ArgException ( )
default

◆ ArgException() [2/2]

template<StringType String>
ArgException< String >::ArgException ( const String & s)
inline

Definition at line 181 of file argz.hpp.

181: value{s} {}
Exception thrown by Argz::proc() on unrecognised or malformed options.
Definition argz.hpp:178

Member Function Documentation

◆ text()

template<StringType String>
String ArgException< String >::text ( ) const
inline

Definition at line 182 of file argz.hpp.

182{ return value; }

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