Gamedev Framework (gf)  0.17.0
A C++14 framework for 2D games
Functions
gf::literals Namespace Reference

The namespace for literals. More...

Functions

constexpr gf::Id operator"" _id (const char *str, std::size_t sz)
 User defined operator for creating compile time ids from strings. More...
 
constexpr gf::Time operator"" _seconds (long double amount)
 User defined operator for creating times in seconds. More...
 
constexpr gf::Time operator"" _milliseconds (unsigned long long int amount)
 User defined operator for creating times in milliseconds. More...
 
constexpr gf::Time operator"" _microseconds (unsigned long long int amount)
 User defined operator for creating times in microseconds. More...
 

Detailed Description

The namespace for literals.