libcrn  3.9.5
A document image processing library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
crn::literals Namespace Reference

Functions

Path operator""_p (const char *str, size_t len)
 Path from a literal. More...
 
Angle< Degreeoperator""_deg (long double val)
 
Angle< Radianoperator""_rad (long double val)
 
Angle< ByteAngleoperator""_ba (unsigned long long int val)
 
String operator""_s (const char32_t *str, size_t len)
 String from literal. More...
 
StringUTF8 operator""_s (const char *str, size_t len)
 StringUTF8 from literal. More...
 

Function Documentation

Angle<ByteAngle> crn::literals::operator""_ba ( unsigned long long int  val)
inline

Definition at line 303 of file CRNTrigonometry.h.

Angle<Degree> crn::literals::operator""_deg ( long double  val)
inline

Definition at line 295 of file CRNTrigonometry.h.

Path crn::literals::operator""_p ( const char *  str,
size_t  len 
)
inline

Path from a literal.

Definition at line 186 of file CRNPath.h.

Angle<Radian> crn::literals::operator""_rad ( long double  val)
inline

Definition at line 299 of file CRNTrigonometry.h.

StringUTF8 crn::literals::operator""_s ( const char *  str,
size_t  len 
)
inline

StringUTF8 from literal.

Definition at line 271 of file CRNStringUTF8.h.

String crn::literals::operator""_s ( const char32_t *  str,
size_t  len 
)
inline

String from literal.

Definition at line 313 of file CRNString.h.