Audrey Steever
Results
1
comments of
Audrey Steever
https://coliru.stacked-crooked.com/a/15000b7567cd61ca is the example ``` #include template T tFunction(T val); template T tFunction(T val) { return val; } template bool tFunction(bool val); ```