fastq_to_fasta
A template for creation of SeqAn3 apps, with a FASTQ to FASTA example app.
Public Types | Public Member Functions | Static Public Member Functions | List of all members
raptor::power_of_two_validator Struct Reference

#include <raptor/argument_parsing/validators.hpp>

Public Types

using option_value_type = size_t
 

Public Member Functions

void operator() (option_value_type const &val) const
 

Static Public Member Functions

static std::string get_help_page_message ()
 

Member Typedef Documentation

◆ option_value_type

Member Function Documentation

◆ get_help_page_message()

static std::string raptor::power_of_two_validator::get_help_page_message ( )
inlinestatic

◆ operator()()

void raptor::power_of_two_validator::operator() ( option_value_type const &  val) const
inline

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