NSVD Reader  0.0.1
nodamushi::svd::details::print_with_svd_escape< T > Struct Template Reference

#include <imple.hpp>

Static Public Member Functions

static void print (std::ostream &o, T const &v)
 

Static Public Attributes

static constexpr bool simple_type
 

Detailed Description

template<typename T>
struct nodamushi::svd::details::print_with_svd_escape< T >

Definition at line 22 of file imple.hpp.

Member Function Documentation

◆ print()

template<typename T>
static void nodamushi::svd::details::print_with_svd_escape< T >::print ( std::ostream &  o,
T const &  v 
)
inlinestatic

Definition at line 222 of file imple.hpp.

Member Data Documentation

◆ simple_type

template<typename T>
constexpr bool nodamushi::svd::details::print_with_svd_escape< T >::simple_type
static
Initial value:
=
(std::is_integral<T>::value
|| std::is_floating_point<T>::value
|| std::is_enum<T>::value)

Definition at line 217 of file imple.hpp.


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