asrt
Automated System Runtime Testing library
Loading...
Searching...
No Matches
asrt::param_result< T > Struct Template Reference

Result of a completed param query. More...

#include <param.hpp>

Public Types

using value_type = param_query_traits< T >::value_type
 

Public Member Functions

 operator value_type () const
 

Public Attributes

char const * key
 
flat_id next_sibling
 
value_type value
 

Detailed Description

template<has_param_query_traits T>
struct asrt::param_result< T >

Result of a completed param query.

key points into the param client's internal cache — valid until the next query.


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