DryChem 1.0.0
A generic, compile-time C++ toolbox with no dependencies for the modern computational chemistry project.
Loading...
Searching...
No Matches
GetOpts::WithoutArgument< Derived > Class Template Reference

#include <cmdLineOptions.hpp>

Public Member Functions

std::string generateUsage () const
 

Static Public Attributes

static constexpr bool usePrefix = false
 

Private Attributes

const Derived * pDerived {static_cast<const Derived*>(this)}
 

Member Function Documentation

◆ generateUsage()

template<typename Derived>
std::string GetOpts::WithoutArgument< Derived >::generateUsage ( ) const
inline

References pDerived.

Member Data Documentation

◆ pDerived

template<typename Derived>
const Derived* GetOpts::WithoutArgument< Derived >::pDerived {static_cast<const Derived*>(this)}
private

Referenced by generateUsage().

◆ usePrefix

template<typename Derived>
bool GetOpts::WithoutArgument< Derived >::usePrefix = false
inlinestaticconstexpr

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