FuncSketch
Loading...
Searching...
No Matches
number_type_name.h File Reference

Definition of number_type_name constant. More...

#include <string_view>
#include "func_sketch/common_types.h"
Include dependency graph for number_type_name.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  func_sketch::math::details::NumberTypeNameTraits< Real >
 Specialization of NumberTypeNameTraits for Real. More...
struct  func_sketch::math::details::NumberTypeNameTraits< Integer >
 Specialization of NumberTypeNameTraits for Integer. More...
struct  func_sketch::math::details::NumberTypeNameTraits< Complex >
 Specialization of NumberTypeNameTraits for Complex. More...

Variables

template<typename T>
constexpr std::string_view func_sketch::math::number_type_name
 Name of the number type.

Detailed Description

Definition of number_type_name constant.

Definition in file number_type_name.h.

Variable Documentation

◆ number_type_name

template<typename T>
std::string_view func_sketch::math::number_type_name
constexpr
Initial value:

Name of the number type.

Template Parameters
TType of number.
Note
This constant is used in error messages for users and assumed to end with "number".

Definition at line 87 of file number_type_name.h.