@@ -35,19 +35,19 @@ Snippets which trigger ends with "!" are `autosnippet`.
3535
3636#### Normal Snippets
3737
38- | Trig | Desc | Context Required |
39- | :--------: | ------------------------------------------------------------------------------------------------ | :--------------: |
40- | ` ctor! ` | Expand to default constructor | In Class |
41- | ` dtor! ` | Expand to default destructor | In Class |
42- | ` cc! ` | Expand to default copy constructor | In Class |
43- | ` mv! ` | Expand to default move constructor | In Class |
44- | ` ncc! ` | Expand to delete copy constructor | In Class |
45- | ` nmv! ` | Expand to delete move constructor | In Class |
46- | ` ncm! ` | Expand to delete copy and move constructor | In Class |
47- | ` fn ` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
48- | ` \| trans ` | Expand to ranges::views::transform pipe. | No |
49- | ` \| filter ` | Expand to ranges::views::filter pipe. | No |
50- | ` cpo ` | Expand to customize point object. | No |
38+ | Trig | Desc | Context Required |
39+ | :--------: | ------------------------------------------------------------------------------------------------ | :--------------: |
40+ | ` ctor! ` | Expand to default constructor | In Class |
41+ | ` dtor! ` | Expand to default destructor | In Class |
42+ | ` cc! ` | Expand to default copy constructor | In Class |
43+ | ` mv! ` | Expand to default move constructor | In Class |
44+ | ` ncc! ` | Expand to delete copy constructor | In Class |
45+ | ` nmv! ` | Expand to delete move constructor | In Class |
46+ | ` ncm! ` | Expand to delete copy and move constructor | In Class |
47+ | ` fn ` | Expand to lambda function in argument list or function body, otherwise expand to normal function | No |
48+ | ` \|trans ` | Expand to ranges::views::transform pipe. | No |
49+ | ` \|filter ` | Expand to ranges::views::filter pipe. | No |
50+ | ` cpo ` | Expand to customize point object. | No |
5151
5252#### Postfix Snippets
5353
0 commit comments