units
Use physical dimensions at compile-time or run-time.
Public Types | List of all members
vnix::units::number< float & > Struct Template Reference

Specialization of scalar for float. More...

#include <number.hpp>

Inheritance diagram for vnix::units::number< float & >:
[legend]
Collaboration diagram for vnix::units::number< float & >:
[legend]

Public Types

using test = int
 For SFINAE, type defined only in specialization. More...
 
- Public Types inherited from vnix::units::basic_number< float & >
using scalar = float &
 Scalar type. More...
 

Additional Inherited Members

- Public Member Functions inherited from vnix::units::basic_number< float & >
 basic_number ()
 By default, do not initialize. More...
 
constexpr basic_number (float &const &vv)
 Initialize numeric value and exponents of units. More...
 
- Public Attributes inherited from vnix::units::basic_number< float & >
float & v_
 Numeric value that multiplies units. More...
 

Detailed Description

template<>
struct vnix::units::number< float & >

Specialization of scalar for float.

Definition at line 93 of file number.hpp.

Member Typedef Documentation

using vnix::units::number< float & >::test = int

For SFINAE, type defined only in specialization.

Definition at line 95 of file number.hpp.


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