zpp
Zephyr C++20 Framework
zpp::thread_start_delay< T_Rep, T_Period > Struct Template Reference

#include <thread_attr.hpp>

Public Attributes

std::chrono::duration< T_Rep, T_Period > t
 

Detailed Description

template<class T_Rep, class T_Period>
struct zpp::thread_start_delay< T_Rep, T_Period >

Definition at line 28 of file thread_attr.hpp.

Member Data Documentation

◆ t

template<class T_Rep , class T_Period >
std::chrono::duration<T_Rep, T_Period> zpp::thread_start_delay< T_Rep, T_Period >::t

Definition at line 29 of file thread_attr.hpp.


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