Tenncor
Public Member Functions | Public Attributes | List of all members
opt::SegVArgs Struct Reference

Variadic/communtative branch voter arguments. More...

#include <ivoter.hpp>

Public Member Functions

size_t size (void) const
 

Public Attributes

VoterArgsT scalars_
 Scalar-typed arguments. More...
 
VoterArgsT branches_
 Branch-typed arguments (functors/groups) More...
 
VoterArgsT anys_
 Any-typed leaf arguments. More...
 

Detailed Description

Variadic/communtative branch voter arguments.

Member Function Documentation

◆ size()

size_t opt::SegVArgs::size ( void  ) const
inline

Member Data Documentation

◆ anys_

VoterArgsT opt::SegVArgs::anys_

Any-typed leaf arguments.

◆ branches_

VoterArgsT opt::SegVArgs::branches_

Branch-typed arguments (functors/groups)

◆ scalars_

VoterArgsT opt::SegVArgs::scalars_

Scalar-typed arguments.


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