libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::RegisterDataTraits< abi > Struct Template Reference

Traits which will be overridden by template specializations per ABI. More...

#include <traits.hxx>

Public Types

using type = std::nullptr_t
 the proper RegisterData type for this ABI.
 

Detailed Description

template<ABI abi>
struct clues::RegisterDataTraits< abi >

Traits which will be overridden by template specializations per ABI.

Definition at line 13 of file traits.hxx.

Member Typedef Documentation

◆ type

template<ABI abi>
using clues::RegisterDataTraits< abi >::type = std::nullptr_t

the proper RegisterData type for this ABI.

This primary template should never be instantiated, it only serves a documentation purpose.

Definition at line 19 of file traits.hxx.


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