mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fix typo in docs
This commit is contained in:
parent
90a8be6400
commit
20b6c17e7f
@ -38,7 +38,7 @@ namespace dlib
|
||||
using tsu = type_safe_union<A,std::string>;
|
||||
tsu a(in_place_tag<A>{}, 0, 1); // a now contains an object of type A
|
||||
|
||||
It is also used with type_safe_union::for_each() to disambiguate types.
|
||||
It is also used with type_safe_union::for_each_type() to disambiguate types.
|
||||
!*/
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user