VCCC  2024.05
VisualCamp Common C++ library
group_key< Group > Struct Template Reference

#include <vccc/__signal/group_key.h>

Public Types

using key_type = Group
 

Public Member Functions

 group_key ()=default
 
 group_key (group_category group_category_, key_type group_key)
 
 group_key (group_category group_category_)
 

Public Attributes

std::pair< group_category, vccc::optional< key_type > > group_token {ungrouped_front, vccc::nullopt}
 

Member Typedef Documentation

◆ key_type

using key_type = Group

Constructor & Destructor Documentation

◆ group_key() [1/3]

group_key ( )
default

◆ group_key() [2/3]

group_key ( group_category  group_category_,
key_type  group_key 
)
inlineexplicit

◆ group_key() [3/3]

group_key ( group_category  group_category_)
inlineexplicit

Member Data Documentation

◆ group_token


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