SI  2.5.4
A header only c++ library that provides type safety and user defined literals for handling physical values defined in the International System of Units.
SI::detail::is_unit_t< const unit_t< _symbol, _exponent, _type, _ratio > > Struct Template Reference

template specialization to check if a type is a unit_t (true if unit_t) More...

#include <detail.h>

Inheritance diagram for SI::detail::is_unit_t< const unit_t< _symbol, _exponent, _type, _ratio > >:
Inheritance graph
[legend]
Collaboration diagram for SI::detail::is_unit_t< const unit_t< _symbol, _exponent, _type, _ratio > >:
Collaboration graph
[legend]

Detailed Description

template<char _symbol, typename _exponent, typename _ratio, typename _type>
struct SI::detail::is_unit_t< const unit_t< _symbol, _exponent, _type, _ratio > >

template specialization to check if a type is a unit_t (true if unit_t)


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