FST  openfst-1.8.2.post1
OpenFst Library
Public Types | Public Member Functions | Public Attributes | List of all members
fst::script::WithReturnValue< Retval, ArgTuple > Struct Template Reference

#include <arg-packs.h>

Public Types

using Args = std::remove_reference_t< ArgTuple >
 

Public Member Functions

 WithReturnValue (const Args &args)
 

Public Attributes

Retval retval
 
const Argsargs
 

Detailed Description

template<class Retval, class ArgTuple>
struct fst::script::WithReturnValue< Retval, ArgTuple >

Definition at line 38 of file arg-packs.h.

Member Typedef Documentation

template<class Retval, class ArgTuple>
using fst::script::WithReturnValue< Retval, ArgTuple >::Args = std::remove_reference_t<ArgTuple>

Definition at line 40 of file arg-packs.h.

Constructor & Destructor Documentation

template<class Retval, class ArgTuple>
fst::script::WithReturnValue< Retval, ArgTuple >::WithReturnValue ( const Args args)
inlineexplicit

Definition at line 45 of file arg-packs.h.

Member Data Documentation

template<class Retval, class ArgTuple>
const Args& fst::script::WithReturnValue< Retval, ArgTuple >::args

Definition at line 43 of file arg-packs.h.

template<class Retval, class ArgTuple>
Retval fst::script::WithReturnValue< Retval, ArgTuple >::retval

Definition at line 42 of file arg-packs.h.


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