Descripción
Check if time_point is between two values
File Template: ❌
Prefix
time:between
Scopes
cpp
Snippet de código
bool ${1:in_range} = ${2:tp} >= ${3:start} && ${2} <= ${4:end};
Check if time_point is between two values
time:between
cpp
bool ${1:in_range} = ${2:tp} >= ${3:start} && ${2} <= ${4:end};