#include <ParameterSetImplHelpers.h>
Public Member Functions | |
SequenceKey (std::string const &name, std::vector< std::size_t > const &indices) | |
auto const & | name () const noexcept |
auto const & | indices () const noexcept |
Private Attributes | |
std::string | name_ |
std::vector< std::size_t > | indices_ |
Definition at line 42 of file ParameterSetImplHelpers.h.
|
inline |
Definition at line 44 of file ParameterSetImplHelpers.h.
|
inlinenoexcept |
Definition at line 55 of file ParameterSetImplHelpers.h.
|
inlinenoexcept |
Definition at line 50 of file ParameterSetImplHelpers.h.
|
private |
Definition at line 62 of file ParameterSetImplHelpers.h.
|
private |
Definition at line 61 of file ParameterSetImplHelpers.h.