Skip to content

Instantly share code, notes, and snippets.

@congdanhqx-zz
Last active December 22, 2015 14:09
Show Gist options
  • Save congdanhqx-zz/6484001 to your computer and use it in GitHub Desktop.
Save congdanhqx-zz/6484001 to your computer and use it in GitHub Desktop.
template <class identifier>
return_data_type function_name(param_type param_name, ...) {
// function declaration
return result_value;
}
template <typename identifier>
return_data_type function_name(param_type param_name, ...) {
// function declaration
return result_value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment